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

Commit a1c8a85

Browse files
committed
collapsed profiler and wdt firewalls into one, added patterns to match default assetic paths
1 parent a743f20 commit a1c8a85

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

app/config/security.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,8 @@ security:
1313
admin: { password: adminpass, roles: [ 'ROLE_ADMIN' ] }
1414

1515
firewalls:
16-
profiler:
17-
pattern: ^/_profiler
18-
security: false
19-
20-
wdt:
21-
pattern: ^/_wdt
16+
dev:
17+
pattern: ^/(_(profiler|wdt)|css|images|js)/
2218
security: false
2319

2420
login:

0 commit comments

Comments
 (0)