From 420b3ac468bf497db4eab0a213c1e7a4de267928 Mon Sep 17 00:00:00 2001 From: Hugo Alliaume Date: Fri, 25 Jul 2025 20:37:40 +0200 Subject: [PATCH] [Turbo] Fix `check_header` configuration --- symfony/ux-turbo/2.20/manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/symfony/ux-turbo/2.20/manifest.json b/symfony/ux-turbo/2.20/manifest.json index c3f7acd1..ec536fb5 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" } ] }