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

Commit 04c1e66

Browse files
committed
added a warning about a security issue when using the _internal route
1 parent 471049c commit 04c1e66

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/config/routing.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Internal routing configuration to handle ESI
2+
# ****** WARNING ******
3+
# This route should be enabled with caution as it can open a security vulnerability
4+
# see http://symfony.com/blog/security-release-symfony-2-0-20-and-2-1-5-released for more information
5+
# ****** WARNING ******
26
#_internal:
37
# resource: "@FrameworkBundle/Resources/config/routing/internal.xml"
48
# prefix: /_internal

0 commit comments

Comments
 (0)