Remove "enabled" in CORS guide
The "enabled" config option has been removed already. Change-Id: I35586d11e93b6d62513738dd6263e6fe1032d2af
This commit is contained in:
parent
b2d9b90499
commit
02c49fe3f7
@ -58,10 +58,9 @@ default value is [].
|
|||||||
|
|
||||||
Request and Response example
|
Request and Response example
|
||||||
----------------------------
|
----------------------------
|
||||||
To use CORS, you should make sure that the feature is enabled::
|
The CORS feature is enabled by default in Zaqar. Here is a config example:::
|
||||||
|
|
||||||
[cors]
|
[cors]
|
||||||
enabled = true
|
|
||||||
allowed_origin = http://example
|
allowed_origin = http://example
|
||||||
allow_methods = GET
|
allow_methods = GET
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user