8000 minor #22507 Fix Framework UPGRADE notice about trusted proxies (sstok) · symfony/symfony@60c51d9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 60c51d9

Browse files
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
2 parents 11ac234 + ae94d01 commit 60c51d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

UPGRADE-3.3.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@ FrameworkBundle
166166
* The `cache:clear` command should always be called with the `--no-warmup` option.
167167
Warmup should be done via the `cache:warmup` command.
168168

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.
170171

171172
* Not defining the `type` option of the `framework.workflows.*` configuration entries is deprecated.
172173
The default value will be `state_machine` in Symfony 4.0.

0 commit comments

Comments
 (0)
0