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.
2 parents c805014 + a7c4193 commit 669c303Copy full SHA for 669c303
security.rst
@@ -31,7 +31,9 @@ creates a ``security.yaml`` configuration file for you:
31
users_in_memory: { memory: null }
32
firewalls:
33
dev:
34
- pattern: ^/(_(profiler|wdt)|css|images|js)/
+ # 'assets/' is for AssetMapper, 'build/' for Webpack Encore.
35
+ # (Note: no regex delimiters needed; Symfony adds `{}` automatically.)
36
+ pattern: ^/(_profiler|_wdt|assets|build)/
37
security: false
38
main:
39
lazy: true
0 commit comments