diff --git a/babybuddy/settings/base.py b/babybuddy/settings/base.py index 3a6ddc8b..31767f3e 100644 --- a/babybuddy/settings/base.py +++ b/babybuddy/settings/base.py @@ -241,11 +241,11 @@ if os.environ.get('SECURE_PROXY_SSL_HEADER'): # https://docs.djangoproject.com/en/3.2/topics/http/sessions/#settings SESSION_COOKIE_HTTPONLY = True -SESSION_COOKIE_SECURE = True +# SESSION_COOKIE_SECURE = True # https://docs.djangoproject.com/en/3.2/ref/csrf/#settings CSRF_COOKIE_HTTPONLY = True -CSRF_COOKIE_SECURE = True +# CSRF_COOKIE_SECURE = True # https://docs.djangoproject.com/en/3.2/topics/auth/passwords/ AUTH_PASSWORD_VALIDATORS = [