powerdns-admin/powerdnsadmin/routes
corubba 3e462dab17 Fix csrf configuration
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.
2022-06-18 18:51:40 +02:00
..
__init__.py Fix csrf configuration 2022-06-18 18:51:40 +02:00
admin.py feat: Add the extra chars as an option 2022-06-18 14:30:56 +02:00
api.py Fix csrf configuration 2022-06-18 18:51:40 +02:00
base.py Fix csrf configuration 2022-06-18 18:51:40 +02:00
dashboard.py Revert "Merge branch 'master' into master" 2021-12-25 16:17:54 +02:00
domain.py feat: Option to forbid the creation of domain if it exists as a record (#1127) 2022-06-17 17:50:51 +02:00
index.py Fix csrf configuration 2022-06-18 18:51:40 +02:00
user.py Add 'otp_force' basic setting (#1051) 2021-12-17 11:41:51 +01:00