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 'cookie_jar' attribute is a private API and will be removed in Werkzeug 3.0 #139

Open pbsds opened 12 months ago

pbsds commented 12 months ago
test_seasurf.py:731: DeprecationWarning: The 'cookie_jar' attribute is a private API and will be removed in Werkzeug 3.0. Use the 'get_cookie' method instead.