We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f5d2b2 commit 1318fe6Copy full SHA for 1318fe6
1 file changed
ietf/settings.py
@@ -1238,4 +1238,7 @@ def skip_unreadable_post(record):
1238
1239
# Cannot have this set to True if we're using http: from the dev-server:
1240
CSRF_COOKIE_SECURE = False
1241
- SESSION_COOKIE_SECURE = False
+ CSRF_COOKIE_SAMESITE = 'Lax'
1242
+ SESSION_COOKIE_SECURE = False
1243
+ SESSION_COOKIE_SAMESITE = 'Lax'
1244
+
0 commit comments