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 b930566 commit d068087Copy full SHA for d068087
symfony/security-bundle/7.3/config/packages/security.yaml
@@ -6,8 +6,8 @@ security:
6
providers:
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
+ dev: # Exception for the web debug toolbar and assets (only needed if you have a broad `access_control`):
+ pattern: ^/(_profiler|_wdt|assets|build)/ # `assets` is for AssetMapper; `build` is for Webpack Encore. Regex delimiters `{}` are added automatically.
11
security: false
12
main:
13
lazy: true
0 commit comments