10000 Fixed #23149 -- Clarified note on HTTPOnly in cookie-based session docs · alex-python/django@e26366d · GitHub
[go: up one dir, main page]

Skip to content

Commit e26366d

Browse files
committed
Fixed #23149 -- Clarified note on HTTPOnly in cookie-based session docs
1 parent d28396f commit e26366d

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
@@ -124,7 +124,7 @@ and the :setting:`SECRET_KEY` setting.
124124
.. note::
125125

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

129129
.. warning::
130130

0 commit comments

Comments
 (0)
0