Skip to content

Commit

Permalink
fix/OP-565 [Wishlist] Issue with multiple wishlists using the same token
Browse files Browse the repository at this point in the history
  • Loading branch information
Paweł Piórkowski committed Jan 30, 2025
1 parent ca33ead commit ac5e33c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions tests/Application/config/sylius/1.12/packages/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,7 @@ security:
invalidate_session: false

dev:
pattern: ^/(_(profiler|wdt)|css|images|js)/
security: false

image_resolver:
pattern: ^/media/cache/resolve
pattern: ^/(_(profiler|wdt)|css|images|js)/
security: false

access_control:
Expand All @@ -107,6 +103,8 @@ security:
- { path: "%sylius.security.shop_regex%/_partial", role: PUBLIC_ACCESS, ips: [127.0.0.1, ::1] }
- { path: "%sylius.security.shop_regex%/_partial", role: ROLE_NO_ACCESS }

- { path: "%sylius.security.admin_regex%/forgotten-password", role: PUBLIC_ACCESS }

- { path: "%sylius.security.admin_regex%/login", role: PUBLIC_ACCESS }
- { path: "%sylius.security.shop_regex%/login", role: PUBLIC_ACCESS }

Expand Down

0 comments on commit ac5e33c

Please sign in to comment.