Update symfony packages and necessary config (auto)

This commit is contained in:
2025-05-27 12:42:41 +02:00
parent 1321f5c734
commit bc0fae5c2e
3 changed files with 24 additions and 12 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