diff --git a/saburly/settings/production.py b/saburly/settings/production.py index a7bbc25d..e5745661 100644 --- a/saburly/settings/production.py +++ b/saburly/settings/production.py @@ -39,5 +39,6 @@ SECURE_BROWSER_XSS_FILTER = True SECURE_CONTENT_TYPE_NOSNIFF = True X_FRAME_OPTIONS = 'DENY' SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https') +SECURE_SSL_REDIRECT = True