fix: add missing content-disposition from CORS handler (#10137)

This commit is contained in:
Harshavardhana
2020-07-27 09:03:38 -07:00
committed by GitHub
parent 9108abf204
commit 47e304d03c
4 changed files with 55 additions and 2 deletions

View File

@@ -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,