diff options
author | doktornotor <notordoktor@gmail.com> | 2015-10-14 20:19:22 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-10-14 20:19:22 +0200 |
commit | dfbdb090f15eb0818e0021e2127afa0e6a5b143e (patch) | |
tree | 2d37290b743c846bb1e4c8f24cfa26ee9d050185 /config/squid3/34 | |
parent | 851ea5731648682e796658cfe80c805999697f23 (diff) | |
download | pfsense-packages-dfbdb090f15eb0818e0021e2127afa0e6a5b143e.tar.gz pfsense-packages-dfbdb090f15eb0818e0021e2127afa0e6a5b143e.tar.bz2 pfsense-packages-dfbdb090f15eb0818e0021e2127afa0e6a5b143e.zip |
Unlink throttle_exts.acl if 'Throttle Only Specific Extensions' is disabled
Diffstat (limited to 'config/squid3/34')
-rwxr-xr-x | config/squid3/34/squid.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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"; } |