Files
ltbxd-actorle/config/packages/csrf.yaml
thibaud-leclere d4a3d32e0a init
2026-01-13 13:59:05 +01:00

12 lines
259 B
YAML

# Enable stateless CSRF protection for forms and logins/logouts
framework:
form:
csrf_protection:
token_id: submit
csrf_protection:
stateless_token_ids:
- submit
- authenticate
- logout