forked from symfony/symfony-standard
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 2.1: added a warning about a security issue when using the _internal route updated VENDORS for 2.1.5 updated vendors to dev branches updated VENDORS for 2.0.20 added default configuration for trusted proxies Add a note to the 2.0 -> 2.1 upgrade guide about completing all steps before running composer install updated VENDORS for 2.1.4 updated vendors to dev branches updated VENDORS for 2.0.19 Conflicts: app/config/config.yml composer.lock
- Loading branch information
Showing
4 changed files
with
19 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
# Internal routing configuration to handle ESI | ||
# ****** WARNING ****** | ||
# This route should be enabled with caution as it can open a security vulnerability | ||
# see http://symfony.com/blog/security-release-symfony-2-0-20-and-2-1-5-released for more information | ||
# ****** WARNING ****** | ||
#_internal: | ||
# resource: "@FrameworkBundle/Resources/config/routing/internal.xml" | ||
# prefix: /_internal |