We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a5a211 commit b930566Copy full SHA for b930566
symfony/security-bundle/7.3/config/packages/security.yaml
@@ -7,7 +7,7 @@ security:
7
users_in_memory: { memory: null }
8
firewalls:
9
dev:
10
- pattern: ^/_profiler|_wdt|assets|build/ # `assets` is for AssetMapper; `build` is for Webpack Encore
+ pattern: ^/(_profiler|_wdt|assets|build)/ # `assets` is for AssetMapper; `build` is for Webpack Encore
11
security: false
12
main:
13
lazy: true
0 commit comments