diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2018-07-05 21:01:45 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2018-07-05 21:01:45 +0200 |
commit | 80336f77fd6ef72dafe20b35b74d74d06592c06f (patch) | |
tree | a819440766d9b0362e342a55fd4490598df30872 /app | |
parent | 200392b462183982d6636819d549003225c5de7f (diff) | |
download | wallabag-80336f77fd6ef72dafe20b35b74d74d06592c06f.tar.gz wallabag-80336f77fd6ef72dafe20b35b74d74d06592c06f.tar.zst wallabag-80336f77fd6ef72dafe20b35b74d74d06592c06f.zip |
The 'framework.trusted_proxies' configuration key has been deprecated in Symfony 3.3
Diffstat (limited to 'app')
-rw-r--r-- | app/config/config.yml | 1 |
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 |