mirror of
https://github.com/owncloud/ocis
synced 2026-04-28 10:37:42 +02:00
add PATCH to default allowed CORS methods
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
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