maxcountryman / flask-seasurf

SeaSurf is a Flask extension for preventing cross-site request forgery (CSRF).
http://readthedocs.org/docs/flask-seasurf/
Other
190 stars 49 forks source link

Fix problems with unicode URLs #54

Closed thomasst closed 8 years ago

thomasst commented 8 years ago

Flask-Seasurf has various issues with unicode URLs due to the incorrect use of format.

Patch + tests included

maxcountryman commented 8 years ago

Excellent! Thank you.