mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
minor #47 Remove framework.trusted_proxies option (ogizanagi)
This PR was merged into the master branch.
Discussion
----------
Remove framework.trusted_proxies option
As deprecated and "removed" in https://github.com/symfony/symfony/pull/21830 and https://github.com/symfony/symfony/pull/22238 (BC break)
Commits
-------
2507e41 Remove framework.trusted_proxies option
This commit is contained in:
@@ -4,7 +4,6 @@ framework:
|
||||
#csrf_protection: null
|
||||
#http_method_override: true
|
||||
#trusted_hosts: null
|
||||
#trusted_proxies: null
|
||||
# https://symfony.com/doc/current/reference/configuration/framework.html#handler-id
|
||||
#session:
|
||||
# handler_id: session.handler.native_file
|
||||
|
||||
Reference in New Issue
Block a user