mirror of
https://github.com/minio/minio.git
synced 2025-11-21 02:09:08 -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