From dfbdb090f15eb0818e0021e2127afa0e6a5b143e Mon Sep 17 00:00:00 2001 From: doktornotor Date: Wed, 14 Oct 2015 20:19:22 +0200 Subject: Unlink throttle_exts.acl if 'Throttle Only Specific Extensions' is disabled --- config/squid3/34/squid.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/config/squid3/34/squid.inc b/config/squid3/34/squid.inc index f9fe2c02..3161a2a5 100755 --- a/config/squid3/34/squid.inc +++ b/config/squid3/34/squid.inc @@ -1631,6 +1631,7 @@ EOD; $conf .= "delay_access 1 allow throttle_exts\n"; $conf .= "delay_access 1 deny allsrc\n"; } else { + unlink_if_exists(SQUID_ACLDIR . '/throttle_exts.acl'); $conf .= "delay_access 1 allow allsrc\n"; } -- cgit v1.2.3