Changes between Initial Version and Version 1 of Ticket #31218


Ignore:
Timestamp:
Jan 30, 2020, 1:54:00 AM (4 years ago)
Author:
Adrien Carpentier
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31218

    • Property Summary response.set_cookie method not accepting "samesite" key set to "None" in release versionsresponse.set_cookie() method not accepting "samesite" key set to "None" in release versions
  • Ticket #31218 – Description

    initial v1  
    11Google 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.
    22
    3 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).
     3In 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).
    44
    55Do you know when it will be merged to release branche(s)?
Back to Top