Skip to content

Commit

Permalink
Merge 5a1c6fb into 203091b
Browse files Browse the repository at this point in the history
  • Loading branch information
np5 committed Apr 10, 2024
2 parents 203091b + 5a1c6fb commit 5828502
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
]

SESSION_COOKIE_SECURE = True
SESSION_COOKIE_SAMESITE = django_zentral_settings.get("SESSION_COOKIE_SAMESITE", "Lax")

if "SESSION_COOKIE_AGE" in django_zentral_settings:
SESSION_COOKIE_AGE = django_zentral_settings["SESSION_COOKIE_AGE"]
Expand Down

0 comments on commit 5828502

Please sign in to comment.