| Age | Commit message (Collapse) | Author |
|
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
|
|
Backport of ff1b19da6761217ed1b14cc7e94c6438903565d8 from master
|
|
Backport of 9f1ec9efc35bbb375c9cebb3e0d8c1b7be838338 from master
|
|
Backport of d71497bb249a2c3ffec41e99089f5ae8e575f2d3 from master
|
|
Backport of 7203efb799969b4662ecb58f4cefd2a5f2e0062b from master
|
|
Backport of 75f8264083c2c938da757fcef3678faee66b1d45 from master
|
|
Backport of 533311782fd0c974208490ec9d11da3bbe179dea from master
|
|
Backport of e449c3a832ff2a4e3fa83cec6909d0476ed14110 from master
|
|
Backport of 881362986a1ee8f650752de8471a895890b71f96 from master
|
|
Backport of 398afba084679f1055926f6f91bd33fe124a92c5 from master.
|
|
RFC 2109 was obsoleted by RFC 2965 which was obsoleted by RFC 6265.
Backport of 2afd670de5b2f28f56f722a95344fb7eefad3d37 from master
|
|
Backport of 20ea68c4fea2beca258634ef026146d1555cc5b7 from master.
|
|
|
|
|
|
|
|
Thanks Simon Charette, Jon Dufresne, and Tim Graham for the reviews.
|
|
Thanks Alex Gaynor for contributing to the patch.
|
|
|
|
|
|
|
|
|
|
examples.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham for polishing the patch, updating the tests, and
writing documentation. Thanks Carl Meyer for shepherding the DEP.
|
|
|
|
Didn't touch comments where it wasn't obvious that the code adhered to
the newer standard.
|
|
|
|
Parsed the CONTENT_TYPE header once and recorded it on the request.
|
|
|
|
Thanks to Tim Graham for the review.
|
|
|
|
|