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

Commit 63cb670

Browse files
pierredupfabpot
authored andcommitted
Add preview error route to dev firewall
Add the `_error` route to preview error pages to the dev firewall, so you don't have to be authenticated to preview error pages
1 parent f9d8822 commit 63cb670

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
@@ -5,7 +5,7 @@ security:
55

66
firewalls:
77
dev:
8-
pattern: ^/(_(profiler|wdt)|css|images|js)/
8+
pattern: ^/(_(profiler|wdt|error)|css|images|js)/
99
security: false
1010

1111
default:

0 commit comments

Comments
 (0)