mirror of
https://github.com/django/django.git
synced 2025-08-16 08:40:28 +00:00
[1.7.x] Fixed #23149 -- Clarified note on HTTPOnly in cookie-based session docs
Backport of e26366da44
from master.
This commit is contained in:
parent
2ff2809c73
commit
a4eb590958
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ and the :setting:`SECRET_KEY` setting.
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
It's recommended to leave the :setting:`SESSION_COOKIE_HTTPONLY` setting
|
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::
|
.. warning::
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue