chore: Update django-cookie-delete-with-all-settings.patch
This commit is contained in:
parent
c26c9c71e4
commit
3c2def34f9
|
@ -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
|
||||
@@ -261,20 +261,28 @@
|
||||
@@ -279,20 +279,28 @@
|
||||
value = signing.get_cookie_signer(salt=key + salt).sign(value)
|
||||
return self.set_cookie(key, value, **kwargs)
|
||||
|
||||
|
|
Loading…
Reference in a new issue