Skip to content

Commit

Permalink
amend settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SamB-CCS committed Jan 9, 2025
1 parent 8ac47cf commit 29019cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# SECURE_HSTS_SECONDS = 31536000 # 1 year
# SECURE_SSL_REDIRECT = True
# SESSION_COOKIE_SECURE = True
# CSRF_COOKIE_SECURE = True
CSRF_COOKIE_SECURE = True

ROOT_URLCONF = "app.urls"

Expand Down

0 comments on commit 29019cf

Please sign in to comment.