Skip to content

Commit ae94d01

Browse files
sstoknicolas-grekas
authored andcommitted
Fix Framework UPGRADE notice about trusted proxies
1 parent 3471b58 commit ae94d01

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)