mirror of
https://github.com/hacdias/webdav.git
synced 2026-09-22 03:20:41 +08:00
docs: fix CORS allowed_hosts example
This commit is contained in:
@@ -132,7 +132,7 @@ cors:
|
|||||||
credentials: true
|
credentials: true
|
||||||
# The following are the default CORS settings when it is enabled.
|
# The following are the default CORS settings when it is enabled.
|
||||||
allowed_hosts:
|
allowed_hosts:
|
||||||
- *
|
- '*'
|
||||||
allowed_headers:
|
allowed_headers:
|
||||||
- Authorization
|
- Authorization
|
||||||
- Content-Type
|
- Content-Type
|
||||||
|
|||||||
Reference in New Issue
Block a user