You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that when enabling 'REMEMBER_COOKIE_HTTPONLY' within the config dict, it causes "The CSRF tokens do not match" in a POST request specifically for mobile Firefox. Non-mobile works just fine, as does Chromium. Those appear to also be affected.
Set 'REMEMBER_COOKIE_HTTPONLY' within the config dict
Go to a page that has a CSRF token and do a post request
It fails with a "The CSRF tokens do not match"
The POST request should complete just fine
Environment:
Python version: 3.8.10
Flask-WTF version: 1.0.1
Flask version: 2.1.2
The text was updated successfully, but these errors were encountered:
I've noticed that when enabling 'REMEMBER_COOKIE_HTTPONLY' within the config dict, it causes "The CSRF tokens do not match" in a POST request specifically for mobile Firefox.
Non-mobile works just fine, as does Chromium.Those appear to also be affected.The POST request should complete just fine
Environment:
The text was updated successfully, but these errors were encountered: