Commit 9e4aeac1 authored by Ozzie Isaacs's avatar Ozzie Isaacs

Remove WTF_CSRF_SSL_STRICT workaround for missing referrers

parent 7671a1d5
...@@ -72,6 +72,7 @@ app.config.update( ...@@ -72,6 +72,7 @@ app.config.update(
SESSION_COOKIE_HTTPONLY=True, SESSION_COOKIE_HTTPONLY=True,
SESSION_COOKIE_SAMESITE='Lax', SESSION_COOKIE_SAMESITE='Lax',
REMEMBER_COOKIE_SAMESITE='Lax', # will be available in flask-login 0.5.1 earliest REMEMBER_COOKIE_SAMESITE='Lax', # will be available in flask-login 0.5.1 earliest
WTF_CSRF_SSL_STRICT=False
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment