mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 14:40:27 +00:00
3e462dab17
CSRF has been initialized *before* the app config was fully read. That made it impossible to configure CSRF properly. Moved the CSRF init into the routes module, and switched from programmatic to decorated exemptions. GET routes don't need to be exempted because they are by default. |
||
---|---|---|
.. | ||
__init__.py | ||
admin.py | ||
api.py | ||
base.py | ||
dashboard.py | ||
domain.py | ||
index.py | ||
user.py |