diff --git a/symfony/ux-turbo/2.20/manifest.json b/symfony/ux-turbo/2.20/manifest.json index c3f7acd19..ec536fb50 100644 --- a/symfony/ux-turbo/2.20/manifest.json +++ b/symfony/ux-turbo/2.20/manifest.json @@ -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" } ] }