10000 [1.5.x] Fixed #23149 -- Clarified note on HTTPOnly in cookie-based se… · alex-python/django@12ac0bb · GitHub
[go: up one dir, main page]

Skip to content

Commit 12ac0bb

Browse files
committed
[1.5.x] Fixed #23149 -- Clarified note on HTTPOnly in cookie-based session docs
Backport of e26366d from master.
1 parent 291e837 commit 12ac0bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/http/sessions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ and the :setting:`SECRET_KEY` setting.
120120
.. note::
121121

122122
It's recommended to leave the :setting:`SESSION_COOKIE_HTTPONLY` setting
123-
``True`` to prevent tampering of the stored data from JavaScript.
123+
on ``True`` to prevent access to the stored data from JavaScript.
124124

125125
.. warning::
126126

0 commit comments

Comments
 (0)
0