Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit cdddfa0

Browse files
committed
Removed the "_error" path from the sample security.yml file
1 parent 2e60a9f commit cdddfa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/config/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ security:
66

77
firewalls:
88
dev:
9-
pattern: ^/(_(profiler|wdt|error)|css|images|js)/
9+
pattern: ^/(_(profiler|wdt)|css|images|js)/
1010
security: false
1111

1212
main:

0 commit comments

Comments
 (0)