mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
27 lines
813 B
JSON
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"
|
|
}
|
|
}
|
|
}
|