Skip to content

Commit

Permalink
amend security settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SamB-CCS committed Jan 9, 2025
1 parent 29019cf commit c24411d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion app/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# Security Settings
# SECURE_HSTS_SECONDS = 31536000 # 1 year
# SECURE_SSL_REDIRECT = True
# SESSION_COOKIE_SECURE = True
SESSION_COOKIE_SECURE = True
CSRF_COOKIE_SECURE = True

ROOT_URLCONF = "app.urls"
Expand Down

0 comments on commit c24411d

Please sign in to comment.