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 5f53b3b commit f7a2a75Copy full SHA for f7a2a75
symfony/security-bundle/7.3/config/packages/security.yaml
@@ -7,11 +7,8 @@ security:
7
providers:
8
users_in_memory: { memory: null }
9
10
- firewalls:
11
- # Disable security for dev tools and static assets (only needed if access_control is broad):
12
dev:
13
- # 'assets/' is for AssetMapper, 'build/' for Webpack Encore.
14
- # (Note: no regex delimiters needed; Symfony adds `{}` automatically.)
+ # Ensure dev tools and static assets are always allowed
15
pattern: ^/(_profiler|_wdt|assets|build)/
16
security: false
17
main:
0 commit comments