fix: allow Upload-Metadata in cors
This commit is contained in:
parent
5b8a7f79f0
commit
fd53b98633
|
@ -395,6 +395,7 @@ func BuildTusCors() func(h http.Handler) http.Handler {
|
||||||
"Expires",
|
"Expires",
|
||||||
"Upload-Concat",
|
"Upload-Concat",
|
||||||
"Upload-Length",
|
"Upload-Length",
|
||||||
|
"Upload-Metadata",
|
||||||
"Upload-Offset",
|
"Upload-Offset",
|
||||||
"X-Requested-With",
|
"X-Requested-With",
|
||||||
"Tus-Version",
|
"Tus-Version",
|
||||||
|
|
Loading…
Reference in New Issue