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

27 lines
813 B
JSON

{
"manifests": {
"symfony/security-csrf": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/csrf.yaml": {
"contents": [
"# Enable stateless CSRF protection",
"framework:",
" csrf_protection:",
" stateless_token_ids:",
" - authenticate",
" - logout",
""
],
"executable": false
}
},
"ref": "dad688434f25812c46bef6979f83beb38d15fcc4"
}
}
}