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

Commit

Permalink
feature #1060 Removed the "trusted_proxies" entry from config.yml (ly…
Browse files Browse the repository at this point in the history
…rixx)

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
  • Loading branch information
fabpot committed Apr 6, 2017
2 parents b87a999 + 7a885f1 commit f81334e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/config/config.yml
Expand Up @@ -23,7 +23,6 @@ framework:
engines: ['twig']
default_locale: '%locale%'
trusted_hosts: ~
trusted_proxies: ~
session:
# http://symfony.com/doc/current/reference/configuration/framework.html#handler-id
handler_id: session.handler.native_file
Expand Down

0 comments on commit f81334e

Please sign in to comment.