aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2018-07-05 21:01:45 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2018-07-05 21:01:45 +0200
commit80336f77fd6ef72dafe20b35b74d74d06592c06f (patch)
treea819440766d9b0362e342a55fd4490598df30872
parent200392b462183982d6636819d549003225c5de7f (diff)
downloadwallabag-80336f77fd6ef72dafe20b35b74d74d06592c06f.tar.gz
wallabag-80336f77fd6ef72dafe20b35b74d74d06592c06f.tar.zst
wallabag-80336f77fd6ef72dafe20b35b74d74d06592c06f.zip
The 'framework.trusted_proxies' configuration key has been deprecated in Symfony 3.3
-rw-r--r--app/config/config.yml1
1 files changed, 0 insertions, 1 deletions
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:
26 engines: ['twig'] 26 engines: ['twig']
27 default_locale: "%locale%" 27 default_locale: "%locale%"
28 trusted_hosts: ~ 28 trusted_hosts: ~
29 trusted_proxies: ~
30 session: 29 session:
31 # handler_id set to null will use default session handler from php.ini 30 # handler_id set to null will use default session handler from php.ini
32 handler_id: session.handler.native_file 31 handler_id: session.handler.native_file