mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 11:01:04 +00:00
The 'framework.trusted_proxies' configuration key has been deprecated in Symfony 3.3
This commit is contained in:
parent
200392b462
commit
80336f77fd
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ framework:
|
||||||
engines: ['twig']
|
engines: ['twig']
|
||||||
default_locale: "%locale%"
|
default_locale: "%locale%"
|
||||||
trusted_hosts: ~
|
trusted_hosts: ~
|
||||||
trusted_proxies: ~
|
|
||||||
session:
|
session:
|
||||||
# handler_id set to null will use default session handler from php.ini
|
# handler_id set to null will use default session handler from php.ini
|
||||||
handler_id: session.handler.native_file
|
handler_id: session.handler.native_file
|
||||||
|
|
Loading…
Reference in a new issue