diff --git a/EmploymentAssessment/settings.py b/EmploymentAssessment/settings.py index 83159bd..ca2df73 100644 --- a/EmploymentAssessment/settings.py +++ b/EmploymentAssessment/settings.py @@ -130,3 +130,4 @@ # Ensure STATIC_ROOT is set for collecting static files in production STATIC_ROOT = BASE_DIR / 'staticfiles' # Where `collectstatic` will collect files for deployment +SESSION_COOKIE_SECURE = True