mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
[Turbo] Fix check_header configuration
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user