Skip to content

Commit b930566

Browse files
Update symfony/security-bundle/7.3/config/packages/security.yaml
Co-authored-by: Mathias Arlaud <mathias.arlaud@gmail.com>
1 parent 7a5a211 commit b930566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symfony/security-bundle/7.3/config/packages/security.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ security:
77
users_in_memory: { memory: null }
88
firewalls:
99
dev:
10-
pattern: ^/_profiler|_wdt|assets|build/ # `assets` is for AssetMapper; `build` is for Webpack Encore
10+
pattern: ^/(_profiler|_wdt|assets|build)/ # `assets` is for AssetMapper; `build` is for Webpack Encore
1111
security: false
1212
main:
1313
lazy: true

0 commit comments

Comments
 (0)