nids-io / ampt-manager

Management service for the AMPT passive network tools monitor
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Address csrf_enabled FlaskWTFDeprecationWarning #1

Closed dspruell closed 6 years ago

dspruell commented 6 years ago
ampt-manager/ampt_manager/web/views.py:302: FlaskWTFDeprecationWarning: "csrf_enabled" is deprecated and will be removed in 1.0. Set "meta.csrf" instead.
  form = ReceivedProbeLogForm(csrf_enabled=False)   
dspruell commented 6 years ago

Fixed in 647756284b48b34412c28f9e9f744939247ffcae.