Skip to content

Commit

Permalink
[#1941] Warn against setting httponly to False
Browse files Browse the repository at this point in the history
  • Loading branch information
brew committed Nov 20, 2014
1 parent 150f452 commit 8ece262
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions doc/maintaining/configuration.rst
Expand Up @@ -68,14 +68,12 @@ Repoze.who Settings
who.httponly
^^^^^^^^^^^^

Example::

who.httponly = False

Default value: True

This determines whether the HttpOnly flag will be set on the repoze.who
authorization cookie. The default in the absence of the setting is ``True``.
For enhanced security it is recommended to use the HttpOnly flag and not set
this to ``False``, unless you have a good reason for doing so.


Database Settings
Expand Down

0 comments on commit 8ece262

Please sign in to comment.