Fix CORS issues

This commit is contained in:
Roman Perekhod
2023-07-28 10:34:19 +02:00
parent 44d9c50f1e
commit fb199e6fbf
5 changed files with 10 additions and 2 deletions

View File

@@ -70,6 +70,7 @@ func DefaultConfig() *config.Config {
"Upload-Checksum",
"Upload-Offset",
"X-HTTP-Method-Override",
"Cache-Control",
},
AllowCredentials: true,
},