Move stateless CSRF config to packages/csrf.yaml

This commit is contained in:
Nicolas Grekas
2024-11-20 13:18:41 +01:00
parent fc87603199
commit b06f1ce2f7
3 changed files with 16 additions and 5 deletions
@@ -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
+5
View File
@@ -0,0 +1,5 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
@@ -8,11 +8,6 @@ framework:
#esi: true
#fragments: true
# Enable stateless CSRF protection for forms and logins/logouts
form: { csrf_protection: { token_id: submit } }
csrf_protection:
stateless_token_ids: [submit, authenticate, logout]
when@test:
framework:
test: true