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