From 4d3bea87fc62135ec9090848f727ccb8c4e00b25 Mon Sep 17 00:00:00 2001 From: Nattfarinn Date: Wed, 12 Oct 2022 13:13:42 +0200 Subject: [PATCH] [ibexa/experience,commerce] Disable security for CA registration routes --- ibexa/commerce/4.3/config/packages/security.yaml | 12 ++++++++++++ ibexa/experience/4.3/config/packages/security.yaml | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/ibexa/commerce/4.3/config/packages/security.yaml b/ibexa/commerce/4.3/config/packages/security.yaml index 49859637..bcfcf9b0 100644 --- a/ibexa/commerce/4.3/config/packages/security.yaml +++ b/ibexa/commerce/4.3/config/packages/security.yaml @@ -48,6 +48,18 @@ security: pattern: /user/from-invite/register|/from-invite/register security: false + ibexa_corporate_dev: + pattern: ^/corporate/(css|images|js)/ + security: false + + ibexa_corporate_customer_portal_register: + pattern: ^/corporate/customer-portal/register + security: false + + ibexa_corporate_fieldtype_address: + pattern: ^/corporate/address/form/ + security: false + # Uncomment `ibexa_cdp` rule if you are using Ibexa CDP connector #ibexa_cdp: # pattern: /cdp/webhook diff --git a/ibexa/experience/4.3/config/packages/security.yaml b/ibexa/experience/4.3/config/packages/security.yaml index 6ecafeb7..88c89ba5 100644 --- a/ibexa/experience/4.3/config/packages/security.yaml +++ b/ibexa/experience/4.3/config/packages/security.yaml @@ -48,6 +48,18 @@ security: pattern: /user/from-invite/register|/from-invite/register security: false + ibexa_corporate_dev: + pattern: ^/corporate/(css|images|js)/ + security: false + + ibexa_corporate_customer_portal_register: + pattern: ^/corporate/customer-portal/register + security: false + + ibexa_corporate_fieldtype_address: + pattern: ^/corporate/address/form/ + security: false + # Uncomment `ibexa_cdp` rule if you are using Ibexa CDP connector #ibexa_cdp: # pattern: /cdp/webhook