Merge pull request #1439 from Kocal/fix-turbo-csrf

[Turbo] Fix `check_header` configuration
This commit is contained in:
Fabien Potencier
2025-07-26 15:10:38 +02:00
committed by GitHub
+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"
}
]
}