[1.4.x] Fixed #23149 -- Clarified note on HTTPOnly in cookie-based session docs

Backport of e26366da44 from master.
This commit is contained in:
Erik Romijn 2014-08-02 19:01:23 +02:00
parent 778a555342
commit bc03817b42
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ and the :setting:`SECRET_KEY` setting.
.. note::
It's recommended to leave the :setting:`SESSION_COOKIE_HTTPONLY` setting
``True`` to prevent tampering of the stored data from JavaScript.
on ``True`` to prevent access to the stored data from JavaScript.
.. warning::