Skip to content

Commit 8323691

Browse files
terminator14felixxm
authored andcommitted
Fixed typo in docs/topics/http/sessions.txt.
1 parent 8d52a52 commit 8323691

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
@@ -658,7 +658,7 @@ session for their account. If the attacker has control over ``bad.example.com``,
658658
they can use it to send their session key to you since a subdomain is permitted
659659
to set cookies on ``*.example.com``. When you visit ``good.example.com``,
660660
you'll be logged in as the attacker and might inadvertently enter your
661-
sensitive personal data (e.g. credit card info) into the attackers account.
661+
sensitive personal data (e.g. credit card info) into the attacker's account.
662662

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

0 commit comments

Comments
 (0)