From e5901d32db57ed35eb786159160996eed4f676b0 Mon Sep 17 00:00:00 2001 From: Ulf Date: Tue, 10 Jun 2014 10:34:34 +0200 Subject: [PATCH] [Docs] [HTTP] [Trusted Proxies] Removed note about adding 127.0.0.1 Removed the note about the need to add 127.0.0.1 to the list of trusted Proxies when using Symfony's reversed Proxy. --- components/http_foundation/trusting_proxies.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/components/http_foundation/trusting_proxies.rst b/components/http_foundation/trusting_proxies.rst index 5ce8f888c50..c454064cfe1 100644 --- a/components/http_foundation/trusting_proxies.rst +++ b/components/http_foundation/trusting_proxies.rst @@ -25,12 +25,6 @@ your proxy. // only trust proxy headers coming from this IP addresses Request::setTrustedProxies(array('192.0.0.1', '10.0.0.0/8')); -.. note:: - - When using Symfony's internal reverse proxy (``AppCache.php``) make sure to add - ``127.0.0.1`` to the list of trusted proxies. - - Configuring Header Names ------------------------