Skip to content

Commit

Permalink
Reflect confiuration changes made in Sylius/Sylius#9048
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed Dec 30, 2017
1 parent 8f0886b commit 247774f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
parameters:
sylius.security.admin_regex: "^/admin"
sylius.security.api_regex: "^/api"
sylius.security.shop_regex: "^/(?!admin|api/.*|api$)[^/]++"
sylius.security.shop_regex: "^/(?!admin|api/.*|api$|media/.*)[^/]++"

security:
providers:
Expand Down

0 comments on commit 247774f

Please sign in to comment.