From: Jeremy Benoist Date: Thu, 5 Jul 2018 19:01:45 +0000 (+0200) Subject: The 'framework.trusted_proxies' configuration key has been deprecated in Symfony 3.3 X-Git-Tag: 2.3.4~29^2 X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=commitdiff_plain;h=80336f77fd6ef72dafe20b35b74d74d06592c06f The 'framework.trusted_proxies' configuration key has been deprecated in Symfony 3.3 --- diff --git a/app/config/config.yml b/app/config/config.yml index 04d757c1..0c2b6a1d 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -26,7 +26,6 @@ framework: engines: ['twig'] default_locale: "%locale%" trusted_hosts: ~ - trusted_proxies: ~ session: # handler_id set to null will use default session handler from php.ini handler_id: session.handler.native_file