Skip to content

Commit

Permalink
[#1944] Add CORS changes to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
brew committed Oct 28, 2014
1 parent 5919e43 commit 78a331a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -29,6 +29,12 @@ API changes and deprecations
Note that logic.get_action() and toolkit.get_action() are *not* deprecated,
core code and plugin code should still use ``get_action()``.

* Cross-Origin Resource Sharing (CORS) support is no longer enabled by
default. Previously, Access-Control-Allow-* response headers were added for
all requests, with Access-Control-Allow-Origin set to the wildcard value
``*``. To re-enable CORS, use the new ``ckan.cors`` settings detailed in the
Config File Options documentation (:doc:`/maintaining/configuration`)

Template changes
----------------

Expand Down

0 comments on commit 78a331a

Please sign in to comment.