Merge pull request #8651 from owncloud/fix-cors-patch-method

add PATCH to default allowed CORS methods
This commit is contained in:
Roman Perekhod
2024-03-18 12:33:27 +01:00
committed by GitHub

View File

@@ -38,6 +38,7 @@ func DefaultConfig() *config.Config {
"GET",
"PUT",
"POST",
"PATCH",
"DELETE",
"MKCOL",
"PROPFIND",