Skip to content

Commit 87f1e0b

Browse files
authored
Merge pull request #1439 from Kocal/fix-turbo-csrf
[Turbo] Fix `check_header` configuration
2 parents d426e25 + 420b3ac commit 87f1e0b

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)