diff --git a/doc/source/admin/CORS.rst b/doc/source/admin/CORS.rst index 1135e5934..630cddb9c 100644 --- a/doc/source/admin/CORS.rst +++ b/doc/source/admin/CORS.rst @@ -58,10 +58,9 @@ default value is []. 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] - enabled = true allowed_origin = http://example allow_methods = GET