We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e90cb2 commit 6ce9f32Copy full SHA for 6ce9f32
config/__init__.py
@@ -126,7 +126,7 @@ def update_status_config(milestones_content):
126
# use secure and samesite flags on session cookie otherwise
127
if not LOCALHOST:
128
SESSION_COOKIE_SECURE = True
129
- SESSION_COOKIE_SAMESITE = 'Strict'
+ SESSION_COOKIE_SAMESITE = 'Lax'
130
131
# By default, we want to log CSP violations. See /csp-report in views.py.
132
CSP_LOG = True
0 commit comments