1
0
mirror of https://github.com/django/django.git synced 2025-02-01 21:29:24 +00:00
Mariusz Felisiak 240cbb63bf
Fixed #31790 -- Fixed setting SameSite and Secure cookies flags 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.
2020-07-16 08:16:58 +02:00
..
2020-05-13 09:14:04 +02:00
2020-04-15 18:31:30 +02:00
2020-06-30 12:44:10 +02:00