]> Raphaƫl G. Git Repositories - blog/blob - config/packages/csrf.yaml
Update symfony recipes
[blog] / config / packages / csrf.yaml
1 # Enable stateless CSRF protection for forms and logins/logouts
2 framework:
3 form:
4 csrf_protection:
5 token_id: submit
6
7 csrf_protection:
8 stateless_token_ids:
9 - submit
10 - authenticate
11 - logout