mirror of
https://github.com/minio/minio.git
synced 2025-02-27 05:19:16 -05:00
fix: add missing response headers to CORS handler (#10124)
This commit is contained in:
parent
b800541fbe
commit
10025bda45
@ -322,6 +322,13 @@ func corsHandler(handler http.Handler) http.Handler {
|
||||
xhttp.ContentEncoding,
|
||||
xhttp.ContentLength,
|
||||
xhttp.ContentType,
|
||||
xhttp.ContentEncoding,
|
||||
xhttp.LastModified,
|
||||
xhttp.ContentLanguage,
|
||||
xhttp.CacheControl,
|
||||
xhttp.RetryAfter,
|
||||
xhttp.AmzBucketRegion,
|
||||
xhttp.Expires,
|
||||
"X-Amz*",
|
||||
"x-amz*",
|
||||
"*",
|
||||
|
Loading…
x
Reference in New Issue
Block a user