add new config entries

This commit is contained in:
yggverse 2026-03-04 19:59:24 +02:00
parent 02d49ac2fc
commit 6635d0e87e
3 changed files with 15 additions and 0 deletions

11
config/packages/csrf.yaml Normal file
View file

@ -0,0 +1,11 @@
# Enable stateless CSRF protection for forms and logins/logouts
framework:
form:
csrf_protection:
token_id: submit
csrf_protection:
stateless_token_ids:
- submit
- authenticate
- logout