Skip to content

Commit 420b3ac

Browse files
committed
[Turbo] Fix check_header configuration
1 parent d426e25 commit 420b3ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

symfony/ux-turbo/2.20/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
},
1010
"add-lines": [
1111
{
12-
"file": "config/packages/framework.yaml",
12+
"file": "config/packages/csrf.yaml",
1313
"position": "after_target",
14-
"target": " csrf_protection:",
15-
"content": " check_header: true"
14+
"target": " csrf_protection:",
15+
"content": " check_header: true"
1616
}
1717
]
1818
}

0 commit comments

Comments
 (0)