aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2015-09-24 10:59:42 +0200
committerdoktornotor <notordoktor@gmail.com>2015-09-24 10:59:42 +0200
commit7266ef1e9c7938269c5753831fcc694cf95842a9 (patch)
tree6cd9b2f3a4d577e9fc9fad368524da0afe1fd3b7
parent51d68cc08e352a2cc87c18b7f99a961237a2b7cb (diff)
downloadpfsense-packages-7266ef1e9c7938269c5753831fcc694cf95842a9.tar.gz
pfsense-packages-7266ef1e9c7938269c5753831fcc694cf95842a9.tar.bz2
pfsense-packages-7266ef1e9c7938269c5753831fcc694cf95842a9.zip
squid3-dev - fix default value handling for antivirus client forward options (Bug #4663)
-rwxr-xr-xconfig/squid3/33/squid_antivirus.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/squid3/33/squid_antivirus.xml b/config/squid3/33/squid_antivirus.xml
index 67319297..59f33fe2 100755
--- a/config/squid3/33/squid_antivirus.xml
+++ b/config/squid3/33/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>