diff --git a/symfony/framework-bundle/7.2/config/packages/framework.yaml b/symfony/framework-bundle/7.2/config/packages/framework.yaml index b4c42bd18..ebc57fb18 100644 --- a/symfony/framework-bundle/7.2/config/packages/framework.yaml +++ b/symfony/framework-bundle/7.2/config/packages/framework.yaml @@ -9,8 +9,12 @@ framework: #fragments: true # Enable stateless CSRF protection for forms and logins/logouts - form: { csrf_protection: { token_id: submit } } + form: + csrf_protection: + enabled: null + token_id: submit csrf_protection: + enabled: null stateless_token_ids: [submit, authenticate, logout] when@test: