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
minor #22507 Fix Framework UPGRADE notice about trusted proxies (sstok)
This PR was squashed before being merged into the 3.3-dev branch (closes#22507).
Discussion
----------
Fix Framework UPGRADE notice about trusted proxies
| Q | A
| ------------- | ---
| Branch? | master
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | #22506
| License | MIT
| Doc PR |
The `framework.trusted_proxies` configuration is not really removed (it gives an error) but that's only to help with the upgrade process. So I think mentioning it's removed is enough.
Commits
-------
ae94d01 Fix Framework UPGRADE notice about trusted proxies
Copy file name to clipboardExpand all lines: UPGRADE-3.3.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -166,7 +166,8 @@ FrameworkBundle
166
166
* The `cache:clear` command should always be called with the `--no-warmup` option.
167
167
Warmup should be done via the `cache:warmup` command.
168
168
169
-
* The "framework.trusted_proxies" configuration option and the corresponding "kernel.trusted_proxies" parameter have been deprecated and will be removed in 4.0. Use the Request::setTrustedProxies() method in your front controller instead.
169
+
*[BC BREAK] The "framework.trusted_proxies" configuration option and the corresponding "kernel.trusted_proxies"
170
+
parameter have been removed. Use the Request::setTrustedProxies() method in your front controller instead.
170
171
171
172
* Not defining the `type` option of the `framework.workflows.*` configuration entries is deprecated.
172
173
The default value will be `state_machine` in Symfony 4.0.
0 commit comments