Skip to content

Commit 1318fe6

Browse files
committed
Changes to permit login to the dev. server from recent browsers (such as Chrome 84)
- Legacy-Id: 18381
1 parent 0f5d2b2 commit 1318fe6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

ietf/settings.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1238,4 +1238,7 @@ def skip_unreadable_post(record):
12381238

12391239
# Cannot have this set to True if we're using http: from the dev-server:
12401240
CSRF_COOKIE_SECURE = False
1241-
SESSION_COOKIE_SECURE = False
1241+
CSRF_COOKIE_SAMESITE = 'Lax'
1242+
SESSION_COOKIE_SECURE = False
1243+
SESSION_COOKIE_SAMESITE = 'Lax'
1244+

0 commit comments

Comments
 (0)