fix: need to allow Expires through cors

This commit is contained in:
Derrick Hammer 2024-02-03 19:59:43 -05:00
parent 130abe6098
commit 39b4977d52
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -205,6 +205,7 @@ func BuildS5TusApi(identity ed25519.PrivateKey, accounts *account.AccountService
AllowedMethods: []string{"GET", "POST", "PATCH", "DELETE", "HEAD", "OPTIONS"}, AllowedMethods: []string{"GET", "POST", "PATCH", "DELETE", "HEAD", "OPTIONS"},
AllowedHeaders: []string{ AllowedHeaders: []string{
"Authorization", "Authorization",
"Expires",
"Upload-Offset", "Upload-Offset",
"X-Requested-With", "X-Requested-With",
"Tus-Version", "Tus-Version",