Skip to content

Commit d068087

Browse files
Update security.yaml
1 parent b930566 commit d068087

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ security:
66
providers:
77
users_in_memory: { memory: null }
88
firewalls:
9-
dev:
10-
pattern: ^/(_profiler|_wdt|assets|build)/ # `assets` is for AssetMapper; `build` is for Webpack Encore
9+
dev: # Exception for the web debug toolbar and assets (only needed if you have a broad `access_control`):
10+
pattern: ^/(_profiler|_wdt|assets|build)/ # `assets` is for AssetMapper; `build` is for Webpack Encore. Regex delimiters `{}` are added automatically.
1111
security: false
1212
main:
1313
lazy: true

0 commit comments

Comments
 (0)