Changes to permit login to the dev. server from recent browsers (such as Chrome 84)
- Legacy-Id: 18381
This commit is contained in:
parent
0f5d2b290f
commit
1318fe6914
|
@ -1238,4 +1238,7 @@ if SERVER_MODE != 'production':
|
|||
|
||||
# Cannot have this set to True if we're using http: from the dev-server:
|
||||
CSRF_COOKIE_SECURE = False
|
||||
SESSION_COOKIE_SECURE = False
|
||||
CSRF_COOKIE_SAMESITE = 'Lax'
|
||||
SESSION_COOKIE_SECURE = False
|
||||
SESSION_COOKIE_SAMESITE = 'Lax'
|
||||
|
Loading…
Reference in a new issue