Skip to content

Commit

Permalink
[#1941] Tweak changelog for CORS and HttpOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
brew committed Nov 20, 2014
1 parent 8ece262 commit d8b8482
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.rst
Expand Up @@ -32,13 +32,13 @@ API changes and deprecations
* 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`)
``*``. To re-enable CORS, use the new ``ckan.cors`` configuration settings
(:ref:`ckan.cors.origin_allow_all` and :ref:`ckan.cors.origin_whitelist`).

* The HttpOnly flag will be set on the authorization cookie by default. For
enhanced security, we recommend using the HttpOnly flag, but this behaviour
can be changed in the ``Repoze.who`` settings detailed in the Config File
Options documentation (:doc: `/maintaining/configuration`)
Options documentation (:ref:`who.httponly`).

Template changes
----------------
Expand Down

0 comments on commit d8b8482

Please sign in to comment.