init symfony repo to modify a place without account

This commit is contained in:
Tykayn 2025-05-22 19:13:43 +02:00 committed by tykayn
commit 49ba369919
47 changed files with 11002 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