Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5919e43 commit 78a331aCopy full SHA for 78a331a
1 file changed
CHANGELOG.rst
@@ -29,6 +29,12 @@ API changes and deprecations
29
Note that logic.get_action() and toolkit.get_action() are *not* deprecated,
30
core code and plugin code should still use ``get_action()``.
31
32
+* Cross-Origin Resource Sharing (CORS) support is no longer enabled by
33
+ default. Previously, Access-Control-Allow-* response headers were added for
34
+ all requests, with Access-Control-Allow-Origin set to the wildcard value
35
+ ``*``. To re-enable CORS, use the new ``ckan.cors`` settings detailed in the
36
+ Config File Options documentation (:doc:`/maintaining/configuration`)
37
+
38
Template changes
39
----------------
40
0 commit comments