[Turbo] Fix check_header configuration

This commit is contained in:
Hugo Alliaume
2025-07-25 20:37:40 +02:00
parent d426e2588e
commit 420b3ac468
+3 -3
View File
@@ -9,10 +9,10 @@
},
"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"
}
]
}