Files
symfony-flex-recipes/symfony.form.7.2.json
github-action[bot]andgithub-action[bot] f1b95d09b9 Create Flex endpoint
2026-08-04 01:57:56 +00:00

32 lines
1.0 KiB
JSON

{
"manifests": {
"symfony/form": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/csrf.yaml": {
"contents": [
"# Enable stateless CSRF protection for forms and logins/logouts",
"framework:",
" form:",
" csrf_protection:",
" token_id: submit",
"",
" csrf_protection:",
" stateless_token_ids:",
" - submit",
" - authenticate",
" - logout",
""
],
"executable": false
}
},
"ref": "7d86a6723f4a623f59e2bf966b6aad2fc461d36b"
}
}
}