8000 feature #1060 Removed the "trusted_proxies" entry from config.yml (ly… · symfony/symfony-standard@f81334e · GitHub
[go: up one dir, main page]

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

Commit f81334e

Browse files
committed
feature #1060 Removed the "trusted_proxies" entry from config.yml (lyrixx)
This PR was merged into the 3.3-dev branch. Discussion ---------- Removed the "trusted_proxies" entry from config.yml This commit fixes the following error: ``` [InvalidArgumentException] The "framework.trusted_proxies" configuration key has been removed in Symfony 3.3. Use the Request::setTrustedProxies() method in your front controller instead. ``` Commits ------- 7a885f1 Removed the "trusted_proxies" entry from config.yml
2 parents b87a999 + 7a885f1 commit f81334e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/config/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ framework:
2323
engines: ['twig']
2424
default_locale: '%locale%'
2525
trusted_hosts: ~
26-
trusted_proxies: ~
2726
session:
2827
# http://symfony.com/doc/current/reference/configuration/framework.html#handler-id
2928
handler_id: session.handler.native_file

0 commit comments

Comments
 (0)
0