mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
Update Flex endpoint
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/ux-turbo": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Symfony\\UX\\Turbo\\TurboBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"conflict": {
|
||||
"symfony/framework-bundle": "<7.2",
|
||||
"symfony/security-csrf": "<7.2"
|
||||
},
|
||||
"add-lines": [
|
||||
{
|
||||
"file": "config/packages/csrf.yaml",
|
||||
"position": "after_target",
|
||||
"target": " csrf_protection:",
|
||||
"content": " check_header: true"
|
||||
}
|
||||
]
|
||||
},
|
||||
"files": [],
|
||||
"ref": "679d4172701a5a5fe5093bd1fd93dca108204401"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -13,15 +13,15 @@
|
||||
},
|
||||
"add-lines": [
|
||||
{
|
||||
"file": "config/packages/framework.yaml",
|
||||
"file": "config/packages/csrf.yaml",
|
||||
"position": "after_target",
|
||||
"target": " csrf_protection:",
|
||||
"content": " check_header: true"
|
||||
"target": " csrf_protection:",
|
||||
"content": " check_header: true"
|
||||
}
|
||||
]
|
||||
},
|
||||
"files": [],
|
||||
"ref": "e4b951d7de760751e170c6d2e3b565cf9ed5182f"
|
||||
"ref": "679d4172701a5a5fe5093bd1fd93dca108204401"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user