Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 78a331a

Browse files
committed
[ckan#1944] Add CORS changes to CHANGELOG
1 parent 5919e43 commit 78a331a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ API changes and deprecations
2929
Note that logic.get_action() and toolkit.get_action() are *not* deprecated,
3030
core code and plugin code should still use ``get_action()``.
3131

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+
3238
Template changes
3339
----------------
3440

0 commit comments

Comments
 (0)