This repository was archived by the owner on Nov 27, 2020. It is now read-only.
Commit f81334e
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.yml1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| |||
0 commit comments