mirror of
https://github.com/django/django.git
synced 2025-05-23 23:36:28 +00:00
Fixed #23149 -- Clarified note on HTTPOnly in cookie-based session docs
This commit is contained in:
parent
d28396f526
commit
e26366da44
@ -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…
x
Reference in New Issue
Block a user