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

DeprecationWarning: The first parameter 'server_name' is no longer used, and will be removed in Werkzeug 3.0. #140

Open pbsds opened 12 months ago

pbsds commented 12 months ago
test_seasurf.py:147: DeprecationWarning: The first parameter 'server_name' is no longer used, and will be removed in Werkzeug 3.0. The positional parameters are 'key' and 'value'. Use the 'domain' and 'origin_only' parameters instead.