Skip to content

Commit 61d4a15

Browse files
terminator14felixxm
authored andcommitted
[2.2.x] Fixed typo in docs/topics/http/sessions.txt.
Backport of 8323691 from master
1 parent 2d2859b commit 61d4a15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/topics/http/sessions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ session for their account. If the attacker has control over ``bad.example.com``,
651651
they can use it to send their session key to you since a subdomain is permitted
652652
to set cookies on ``*.example.com``. When you visit ``good.example.com``,
653653
you'll be logged in as the attacker and might inadvertently enter your
654-
sensitive personal data (e.g. credit card info) into the attackers account.
654+
sensitive personal data (e.g. credit card info) into the attacker's account.
655655

656656
Another possible attack would be if ``good.example.com`` sets its
657657
:setting:`SESSION_COOKIE_DOMAIN` to ``"example.com"`` which would cause

0 commit comments

Comments
 (0)