Skip to content

Commit

Permalink
[ibexa/experience,commerce] Disable security for CA registration routes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nattfarinn committed Oct 12, 2022
1 parent d0d8880 commit 4d3bea8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ibexa/commerce/4.3/config/packages/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 12 additions & 0 deletions ibexa/experience/4.3/config/packages/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d3bea8

Please sign in to comment.