mirror of
https://github.com/rclone/rclone.git
synced 2025-08-16 00:28:09 +02:00
http: enable methods used with WebDAV - fixes #7444
Without this, requests like PROPFIND, issued from a browser, fail.
This commit is contained in:
committed by
Nick Craig-Wood
parent
ba11040d6b
commit
5fba502516
@ -323,8 +323,8 @@ func TestMiddlewareAuthCertificateUser(t *testing.T) {
|
||||
|
||||
var _testCORSHeaderKeys = []string{
|
||||
"Access-Control-Allow-Origin",
|
||||
"Access-Control-Request-Method",
|
||||
"Access-Control-Allow-Headers",
|
||||
"Access-Control-Allow-Methods",
|
||||
}
|
||||
|
||||
func TestMiddlewareCORS(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user