]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
The 'framework.trusted_proxies' configuration key has been deprecated in Symfony 3.3 3686/head
authorJeremy Benoist <jeremy.benoist@gmail.com>
Thu, 5 Jul 2018 19:01:45 +0000 (21:01 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Thu, 5 Jul 2018 19:01:45 +0000 (21:01 +0200)
app/config/config.yml

index 04d757c1f3b9cbf87f0db517e23ee69c5f790f0b..0c2b6a1daf02dbc8f54129d87bc806c632089bd3 100644 (file)
@@ -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