Skip to content

Commit 65c9dc3

Browse files
Update security.yaml: Simplifying regex
Sister-PR of symfony/symfony-docs#20794 (review)
1 parent a997d2c commit 65c9dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symfony/security-bundle/6.4/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)|css|images|js)/
10+
pattern: ^/(_profiler|_wdt|assets)/
1111
security: false
1212
main:
1313
lazy: true

0 commit comments

Comments
 (0)