chore: Update django-cookie-delete-with-all-settings.patch

This commit is contained in:
Jennifer Richards 2023-05-18 16:57:01 -03:00
parent 65ea426793
commit f56dfd66eb
No known key found for this signature in database
GPG key ID: 9B2BF5C5ADDA6A6E

View file

@ -11,7 +11,7 @@
--- django/http/response.py.orig 2020-08-13 11:16:04.060627793 +0200
+++ django/http/response.py 2020-08-13 11:54:03.482476973 +0200
@@ -279,20 +279,28 @@
@@ -282,20 +282,28 @@
value = signing.get_cookie_signer(salt=key + salt).sign(value)
return self.set_cookie(key, value, **kwargs)