--
Ticket URL: <https://code.djangoproject.com/ticket/34182>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* cc: Florian Apolloner (added)
* status: new => closed
* resolution: => invalid
Comment:
As far as I'm aware, using only the cookie, is not sufficient. Quoting
[https://code.djangoproject.com/ticket/23040#comment:1 Florian]: ''"Django
compares the token from the cookie (which an attacker can't control) to
the header/post-data which the attacker can control. Hence you will always
need the cookie and the header or post-data."''
--
Ticket URL: <https://code.djangoproject.com/ticket/34182#comment:1>
Comment (by Joon Hwan 김준환):
If there are tokens that attackers can't control, why do we need
comparisons with tokens we can control?
Aren't uncontrollable tokens enough?
--
Ticket URL: <https://code.djangoproject.com/ticket/34182#comment:2>