mirror of
https://github.com/symfony/recipes.git
synced 2026-09-16 01:26:25 +03:00
Remove framework.trusted_proxies option
As deprecated in https://github.com/symfony/symfony/pull/21830 and https://github.com/symfony/symfony/pull/22238 (BC break)
This commit is contained in:
committed by
GitHub
parent
f5bd6e00cd
commit
2507e41e28
@@ -4,7 +4,6 @@ framework:
|
|||||||
#csrf_protection: null
|
#csrf_protection: null
|
||||||
#http_method_override: true
|
#http_method_override: true
|
||||||
#trusted_hosts: null
|
#trusted_hosts: null
|
||||||
#trusted_proxies: null
|
|
||||||
# https://symfony.com/doc/current/reference/configuration/framework.html#handler-id
|
# https://symfony.com/doc/current/reference/configuration/framework.html#handler-id
|
||||||
#session:
|
#session:
|
||||||
# handler_id: session.handler.native_file
|
# handler_id: session.handler.native_file
|
||||||
|
|||||||
Reference in New Issue
Block a user