From 31fd43184cb9b3db59ac979fcdf5e8226f27d263 Mon Sep 17 00:00:00 2001 From: Jennifer Richards Date: Tue, 9 May 2023 15:39:12 -0300 Subject: [PATCH] chore: Tweak add-django-http-cookie-value-none.patch for Django 3.0 --- patch/add-django-http-cookie-value-none.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patch/add-django-http-cookie-value-none.patch b/patch/add-django-http-cookie-value-none.patch index ab75235f2..54d0f74d9 100644 --- a/patch/add-django-http-cookie-value-none.patch +++ b/patch/add-django-http-cookie-value-none.patch @@ -1,6 +1,6 @@ --- django/http/response.py.orig 2020-07-08 14:34:42.776562458 +0200 +++ django/http/response.py 2020-07-08 14:35:56.454687322 +0200 -@@ -197,8 +197,8 @@ +@@ -196,8 +196,8 @@ if httponly: self.cookies[key]['httponly'] = True if samesite: