#31218: response.set_cookie() method not accepting "samesite" key set to "None"
in
release versions
----------------------------------+--------------------------------------
Reporter: bolinocroustibat | Owner: nobody
Type: Uncategorized | Status: new
Component: HTTP handling | Version: 2.2
Severity: Normal | Resolution:
Keywords: set_cookie, | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
----------------------------------+--------------------------------------
Description changed by bolinocroustibat:
Old description:
> Google is now requesting, starting from Chrome 80 (from February 4th), to
> add "SameSite=None; Secure" to cookies (https://www.chromium.org/updates
> /same-site), otherwise it will not be considered as not CSRF-proof
> anymore by Chrome.
>
> In all Django release branches, response.set_cookie method is not
> accepting "samesite" key set to "None" , but it seems it has been done in
> master branch (https://www.chromium.org/updates/same-site).
>
> Do you know when it will be merged to release branche(s)?
New description:
Google is now requesting, starting from Chrome 80 (from February 4th), to
add "SameSite=None; Secure" to cookies (https://www.chromium.org/updates
/same-site), otherwise it will not be considered as not CSRF-proof anymore
by Chrome.
In all Django release branches, response.set_cookie() method is not
accepting "samesite" key set to "None" , but it seems it has been done in
master branch (https://www.chromium.org/updates/same-site).
Do you know when it will be merged to release branche(s)?
--
--
Ticket URL: <https://code.djangoproject.com/ticket/31218#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/074.d2097d3540a5ba46871d112092e9d1fd%40djangoproject.com.