You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 27, 2020. It is now read-only.
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
0 commit comments