#31790: HttpResponse.delete_cookie() should preserve cookie's samesite. -------------------------------------+------------------------------------- Reporter: Gilbreaa | Owner: felixxm Type: Bug | Status: closed Component: HTTP handling | Version: 3.1 Severity: Release blocker | Resolution: fixed Keywords: | Triage Stage: Ready for | checkin Has patch: 1 | Needs documentation: 0 Needs tests: 0 | Patch needs improvement: 0 Easy pickings: 0 | UI/UX: 0 -------------------------------------+-------------------------------------
Comment (by Mariusz Felisiak <felisiak.mariusz@…>): In [changeset:"f1a6e6c817f3205ea7da6f973f51524ff630dda5" f1a6e6c8]: {{{ #!CommitTicketReference repository="" revision="f1a6e6c817f3205ea7da6f973f51524ff630dda5" [2.2.x] Fixed #31790 -- Fixed setting SameSite cookies flag in HttpResponse.delete_cookie(). Cookies with the "SameSite" flag set to None and without the "secure" flag will be soon rejected by latest browser versions. This affects sessions and messages cookies. Backport of 331324ecce1330dce3dbd1713203cb9a42854ad7 from stable/3.0.x }}} -- Ticket URL: <https://code.djangoproject.com/ticket/31790#comment:11> 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 django-updates+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-updates/066.06796ff969084acc90a3e8bf0728a767%40djangoproject.com.