diff options
author | doktornotor <notordoktor@gmail.com> | 2015-09-18 18:23:59 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-09-18 18:23:59 +0200 |
commit | 76ddc3a7a8e2faee8c6a8552ee53c793228f7b21 (patch) | |
tree | fe521b5bb09d98182ff209bac1c62173b8fa3ac1 | |
parent | 1a4c1710f25933e38a6d25a6220a5b7cf2967df4 (diff) | |
download | pfsense-packages-76ddc3a7a8e2faee8c6a8552ee53c793228f7b21.tar.gz pfsense-packages-76ddc3a7a8e2faee8c6a8552ee53c793228f7b21.tar.bz2 pfsense-packages-76ddc3a7a8e2faee8c6a8552ee53c793228f7b21.zip |
squid3-dev - disable broken Youtube caching feature
Broken (Bug #3847) and not working anyway because of how YT works (http://wiki.squid-cache.org/ConfigExamples/DynamicContent/YouTube#Discussion)
-rwxr-xr-x | config/squid3/33/squid_cache.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/squid3/33/squid_cache.xml b/config/squid3/33/squid_cache.xml index 612e9b73..34115f5e 100755 --- a/config/squid3/33/squid_cache.xml +++ b/config/squid3/33/squid_cache.xml @@ -280,14 +280,14 @@ <field> <fielddescr>Refresh Patterns</fielddescr> <fieldname>refresh_patterns</fieldname> - <description><![CDATA[With dynamic cache enabled, you can also apply squid wiki refresh_patterns to sites like <a target=_new href='http://wiki.squid-cache.org/ConfigExamples/DynamicContent/YouTube'>Youtube</a> and <a target=_new href='http://wiki.squid-cache.org/SquidFaq/WindowsUpdate'>windowsupdate</a><br> + <description><![CDATA[With dynamic cache enabled, you can also apply squid wiki refresh_patterns to sites like <a target=_new href='http://wiki.squid-cache.org/SquidFaq/WindowsUpdate'>windowsupdate</a><br> <br><strong>Notes:</strong><br> Squid wiki suggests 'Finish transfer if less than x KB remaining' on 'traffic mgmt' squid tab to -1 but you can apply your own values to control cache.<br><br> set Maximum download size on 'traffic mgmt' squid tab to a value that fits patterns your are applying.<br>Microsoft may need 200Mb and youtube 4GB.]]></description> <type>select</type> <default_value>none</default_value> <options> - <option><name>Youtube</name><value>youtube</value></option> + <!--<option><name>Youtube</name><value>youtube</value></option>--> <option><name>Windows Update</name><value>windows</value></option> <option><name>Symantec Antivirus</name><value>symantec</value></option> <option><name>Avira</name><value>avira</value></option> |