fix: need to allow Upload-Concat through cors

This commit is contained in:
Derrick Hammer 2024-02-03 20:00:40 -05:00
parent 39b4977d52
commit 8a1e586b28
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 3 additions and 1 deletions

View File

@ -212,7 +212,9 @@ func BuildS5TusApi(identity ed25519.PrivateKey, accounts *account.AccountService
"Tus-Resumable", "Tus-Resumable",
"Tus-Extension", "Tus-Extension",
"Tus-Max-Size", "Tus-Max-Size",
"X-HTTP-Method-Override"}, "X-HTTP-Method-Override",
"Upload-Concat",
},
AllowCredentials: true, AllowCredentials: true,
}) })