#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://github.com/django/django/commit/b33bfc383935cd26e19a2cf71d066ac6edd1425f).
>
> 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://github.com/django/django/commit/b33bfc383935cd26e19a2cf71d066ac6edd1425f).

 Do you know when it will be merged to the latest release branch(es)?

--

-- 
Ticket URL: <https://code.djangoproject.com/ticket/31218#comment:3>
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.2649736f70adddd9af2c015755012390%40djangoproject.com.

Reply via email to