mirror of
https://github.com/minio/minio.git
synced 2026-02-04 18:00:15 -05:00
fix: add missing content-disposition from CORS handler (#10137)
This commit is contained in:
@@ -322,7 +322,7 @@ func corsHandler(handler http.Handler) http.Handler {
|
||||
xhttp.ContentEncoding,
|
||||
xhttp.ContentLength,
|
||||
xhttp.ContentType,
|
||||
xhttp.ContentEncoding,
|
||||
xhttp.ContentDisposition,
|
||||
xhttp.LastModified,
|
||||
xhttp.ContentLanguage,
|
||||
xhttp.CacheControl,
|
||||
|
||||
Reference in New Issue
Block a user