From a5947989b7051a3974a691ad3e4aad5702781e20 Mon Sep 17 00:00:00 2001 From: Amir Date: Thu, 19 Sep 2024 22:15:41 +0200 Subject: [PATCH] removing redir. --- saburly/settings/production.py | 1 - 1 file changed, 1 deletion(-) diff --git a/saburly/settings/production.py b/saburly/settings/production.py index 31b7bfbc..ecfdbf8c 100644 --- a/saburly/settings/production.py +++ b/saburly/settings/production.py @@ -30,7 +30,6 @@ MEDIA_ROOT = os.path.join(BASE_DIR, 'media') -SECURE_SSL_REDIRECT = True SESSION_COOKIE_SECURE = True CSRF_COOKIE_SECURE = True SECURE_HSTS_SECONDS = 31536000