aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJérémy Benoist <j0k3r@users.noreply.github.com>2018-07-06 05:38:02 +0000
committerGitHub <noreply@github.com>2018-07-06 05:38:02 +0000
commit9bc086071aece11fd4ebaaa0940f38a776077cf2 (patch)
treea819440766d9b0362e342a55fd4490598df30872
parent200392b462183982d6636819d549003225c5de7f (diff)
parent80336f77fd6ef72dafe20b35b74d74d06592c06f (diff)
downloadwallabag-9bc086071aece11fd4ebaaa0940f38a776077cf2.tar.gz
wallabag-9bc086071aece11fd4ebaaa0940f38a776077cf2.tar.zst
wallabag-9bc086071aece11fd4ebaaa0940f38a776077cf2.zip
Merge pull request #3686 from wallabag/remove-trusted-proxies
Remove remaining deprecation notices
-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