diff --git a/src/Integration/Symfony/Bundle/tests/Functional/Resources/config/base.yaml b/src/Integration/Symfony/Bundle/tests/Functional/Resources/config/base.yaml index f00ca8e9d..26944d14c 100644 --- a/src/Integration/Symfony/Bundle/tests/Functional/Resources/config/base.yaml +++ b/src/Integration/Symfony/Bundle/tests/Functional/Resources/config/base.yaml @@ -4,3 +4,7 @@ framework: http_method_override: false router: utf8: true + trusted_hosts: [] + trusted_proxies: [] + trusted_headers: [] + trust_x_sendfile_type_header: true