From: Amos Jeffries Date: Wed, 8 Jul 2009 05:05:39 +0000 (+1200) Subject: Add localhost to default permitted networks X-Git-Tag: SQUID_3_2_0_1~906 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=afb33856d0d94d61d529a07839a1e65b94d1944c;p=thirdparty%2Fsquid.git Add localhost to default permitted networks This was an oversight and should have been added with the RFC1918 space. --- diff --git a/src/cf.data.pre b/src/cf.data.pre index 963c55e518..ee7e104404 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -820,6 +820,7 @@ http_access deny CONNECT !SSL_ports # Adapt localnet in the ACL section to list your (internal) IP networks # from where browsing should be allowed http_access allow localnet +http_access allow localhost # And finally deny all other access to this proxy http_access deny all