From 09f08d8a7b8fe0e579cd0260938087f3cd55215d Mon Sep 17 00:00:00 2001 From: karmaking Date: Mon, 15 Jan 2024 11:46:04 +0100 Subject: [PATCH] initial commit --- .github/local_settings_container.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/local_settings_container.py b/.github/local_settings_container.py index 6f8e30ab..b049cfb7 100644 --- a/.github/local_settings_container.py +++ b/.github/local_settings_container.py @@ -26,3 +26,7 @@ } } STATIC_ROOT = os.path.join(BASE_DIR, 'static') +SESSION_COOKIE_SECURE = False +SESSION_COOKIE_HTTPONLY = False +CSRF_COOKIE_HTTPONLY = False +CSRF_COOKIE_SECURE = False \ No newline at end of file