mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #28741 -- Removed unnecessary leading dot from cross-domain cookie examples.
This commit is contained in:
parent
cbe334918a
commit
afd375fc34
4 changed files with 10 additions and 11 deletions
|
@ -653,7 +653,7 @@ you'll be logged in as the attacker and might inadvertently enter your
|
|||
sensitive personal data (e.g. credit card info) into the attackers account.
|
||||
|
||||
Another possible attack would be if ``good.example.com`` sets its
|
||||
:setting:`SESSION_COOKIE_DOMAIN` to ``".example.com"`` which would cause
|
||||
:setting:`SESSION_COOKIE_DOMAIN` to ``"example.com"`` which would cause
|
||||
session cookies from that site to be sent to ``bad.example.com``.
|
||||
|
||||
Technical details
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue