mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-10 06:10:05 -06:00
Merge pull request #8651 from owncloud/fix-cors-patch-method
add PATCH to default allowed CORS methods
This commit is contained in:
@@ -38,6 +38,7 @@ func DefaultConfig() *config.Config {
|
||||
"GET",
|
||||
"PUT",
|
||||
"POST",
|
||||
"PATCH",
|
||||
"DELETE",
|
||||
"MKCOL",
|
||||
"PROPFIND",
|
||||
|
||||
Reference in New Issue
Block a user