From b0d8761d7fbbdda10c7cb97b7b578dc82052602a Mon Sep 17 00:00:00 2001 From: Babak Alizadeh Date: Wed, 3 Sep 2025 23:05:29 +0330 Subject: [PATCH] security bug fix --- config/packages/security.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/packages/security.yaml b/config/packages/security.yaml index fda8b9f..a2080b4 100644 --- a/config/packages/security.yaml +++ b/config/packages/security.yaml @@ -45,6 +45,7 @@ security: path: customer_logout target: app_home main: + pattern: ^/(?!customer) lazy: true provider: app_user_provider form_login: