From: amosjeffries <> Date: Tue, 30 Oct 2007 04:41:29 +0000 (+0000) Subject: Policy Change: Make all ACL a predefined default. X-Git-Tag: SQUID_3_0_STABLE1~64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1f5bd0a47009166322605249c121b14c8a80250f;p=thirdparty%2Fsquid.git Policy Change: Make all ACL a predefined default. --- diff --git a/src/cf.data.pre b/src/cf.data.pre index 41efc4e50a..aaba505f22 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -1,6 +1,6 @@ # -# $Id: cf.data.pre,v 1.483 2007/10/16 13:01:46 amosjeffries Exp $ +# $Id: cf.data.pre,v 1.484 2007/10/29 22:41:29 amosjeffries Exp $ # # SQUID Web Proxy Cache http://www.squid-cache.org/ # ---------------------------------------------------------- @@ -435,7 +435,7 @@ DOC_END NAME: acl TYPE: acl LOC: Config.aclList -DEFAULT: none +DEFAULT: all src all DOC_START Defining an Access List @@ -600,7 +600,6 @@ acl javascript rep_mime_type -i ^application/x-javascript$ NOCOMMENT_START #Recommended minimum configuration: -acl all src all acl manager proto cache_object acl localhost src 127.0.0.1/32 acl to_localhost dst 127.0.0.0/8