From: wessels <> Date: Sat, 30 Jan 1999 04:05:21 +0000 (+0000) Subject: use DEFAULT_IF_NONE so that everything is denied by default X-Git-Tag: SQUID_3_0_PRE1~2326 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=da7f354fce0ebf91937eebecaeab27c7ca60ed80;p=thirdparty%2Fsquid.git use DEFAULT_IF_NONE so that everything is denied by default --- diff --git a/src/cf.data.pre b/src/cf.data.pre index 841c81ab4d..23c27a6efa 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -1,6 +1,6 @@ # -# $Id: cf.data.pre,v 1.140 1999/01/26 06:16:31 glenn Exp $ +# $Id: cf.data.pre,v 1.141 1999/01/29 21:05:21 wessels Exp $ # # # SQUID Internet Object Cache http://squid.nlanr.net/Squid/ @@ -1494,6 +1494,7 @@ NAME: http_access TYPE: acl_access LOC: Config.accessList.http DEFAULT: none +DEFAULT_IF_NONE: deny all DOC_START Allowing or Denying access based on defined access lists @@ -1533,6 +1534,7 @@ NAME: icp_access TYPE: acl_access LOC: Config.accessList.icp DEFAULT: none +DEFAULT_IF_NONE: deny all DOC_START Reply to all ICP queries we receive