This commit is contained in:
cbartondock 2021-10-21 11:09:47 -04:00
commit 9b127a9f97
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ app.config.update(
SESSION_COOKIE_HTTPONLY=True,
SESSION_COOKIE_SAMESITE='Lax',
REMEMBER_COOKIE_SAMESITE='Lax', # will be available in flask-login 0.5.1 earliest
WTF_CSRF_SSL_STRICT=False
)