Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-07-26 13:10:49 +00:00
parent 48a858f748
commit ac07637475
2 changed files with 31 additions and 4 deletions
@@ -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"
}
}
}
+4 -4
View File
@@ -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"
}
}
}