first commit

This commit is contained in:
2025-09-18 10:35:25 +02:00
commit 6ee139ab5f
61 changed files with 11492 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