Part-DB.Part-DB-server/config/packages/csrf.yaml

13 lines
286 B
YAML
Raw Normal View History

2025-07-13 16:29:27 +02:00
# Enable stateless CSRF protection for forms and logins/logouts
framework:
form:
csrf_protection:
token_id: submit
csrf_protection:
2025-07-13 16:46:41 +02:00
check_header: true
2025-07-13 16:29:27 +02:00
stateless_token_ids:
- submit
- authenticate
- logout