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

Commit c61414b

Browse files
committed
bug #759 Add preview error route to dev firewall (pierredup)
This PR was submitted for the 2.7 branch but it was merged into the 2.6 branch instead (closes #759). Discussion ---------- 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 Commits ------- 63cb670 Add preview error route to dev firewall
2 parents f9d8822 + 63cb670 commit c61414b

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)