diff --git a/med/settings.py b/med/settings.py index 1c90644..34cb304 100644 --- a/med/settings.py +++ b/med/settings.py @@ -26,6 +26,16 @@ SITE_ID = 1 ALLOWED_HOSTS = ['127.0.0.1'] +# Use secure cookies in production +SESSION_COOKIE_SECURE = not DEBUG +CSRF_COOKIE_SECURE = not DEBUG + +# Remember HTTPS for 1 year +SECURE_HSTS_SECONDS = 31536000 +SECURE_HSTS_INCLUDE_SUBDOMAINS = True +SECURE_HSTS_PRELOAD = True + + # Application definition INSTALLED_APPS = [