aboutsummaryrefslogtreecommitdiffstats
path: root/config/squid3
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2015-09-24 11:01:28 +0200
committerdoktornotor <notordoktor@gmail.com>2015-09-24 11:01:28 +0200
commit5199d00c6b79a141f3371f7c65848164f26c1fe5 (patch)
treef2b91183d4ff8ff2632eb8f8702804c716ccac0e /config/squid3
parent1fab12c73322c6198d508286bb93ef27a412a78d (diff)
downloadpfsense-packages-5199d00c6b79a141f3371f7c65848164f26c1fe5.tar.gz
pfsense-packages-5199d00c6b79a141f3371f7c65848164f26c1fe5.tar.bz2
pfsense-packages-5199d00c6b79a141f3371f7c65848164f26c1fe5.zip
squid3 - fix default value handling for antivirus client forward options (Bug #4663)
Diffstat (limited to 'config/squid3')
-rwxr-xr-xconfig/squid3/34/squid_antivirus.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/squid3/34/squid_antivirus.xml b/config/squid3/34/squid_antivirus.xml
index c722598d..5c1b57d5 100755
--- a/config/squid3/34/squid_antivirus.xml
+++ b/config/squid3/34/squid_antivirus.xml
@@ -110,7 +110,7 @@
<fieldname>client_info</fieldname>
<description><![CDATA[Select what client info to forward to clamav.]]></description>
<type>select</type>
- <default_value>strip</default_value>
+ <default_value>both</default_value>
<options>
<option><name>Send Both client username and ip info(Default)</name><value>both</value></option>
<option><name>Send only client username</name><value>username</value></option>