Closed alanhamlett closed 2 years ago
When a malicious user changes the csrf token value to contain non-ASCII characters, Flask-SeaSurf raises a TypeError. This prevents that error by catching and evaluating the strings as not matching.
TypeError
When a malicious user changes the csrf token value to contain non-ASCII characters, Flask-SeaSurf raises a
TypeError
. This prevents that error by catching and evaluating the strings as not matching.