diff --git a/api/s5/s5.go b/api/s5/s5.go index de53a8e..170325c 100644 --- a/api/s5/s5.go +++ b/api/s5/s5.go @@ -204,6 +204,7 @@ func BuildS5TusApi(identity ed25519.PrivateKey, accounts *account.AccountService AllowedOrigins: []string{"*"}, AllowedMethods: []string{"GET", "POST", "PATCH", "DELETE", "HEAD", "OPTIONS"}, AllowedHeaders: []string{ + "Authorization", "Upload-Offset", "X-Requested-With", "Tus-Version",