顯示具有 IE 標籤的文章。 顯示所有文章
顯示具有 IE 標籤的文章。 顯示所有文章

2013年12月30日 星期一

sample pac file

function FindProxyForURL(url, host) {

if (isInNet(dnsResolve(host), "10.0.0.0", "255.0.0.0") ||
   isInNet(dnsResolve(host), "172.0.0.0", "255.0.0.0"))
   return "DIRECT";

if ( shExpMatch(host, "*.facebook.com") )
    return "SOCKS 127.0.0.1:9000";

if ( shExpMatch(host, "*.pchome.com.tw") )
    return "SOCKS 127.0.0.1:9000";

if ( shExpMatch(host, "*.ruten.com.tw") )
    return "SOCKS 127.0.0.1:9000";

if ( shExpMatch(host, "tw.*.yahoo.com") )
    return "SOCKS 127.0.0.1:9000";

if ( shExpMatch(host, "*.blogspot.*") )
    return "SOCKS 127.0.0.1:9000";

return "DIRECT";
}

2013年12月17日 星期二

webatm plugin issue

By disabling ActiveX filtering to enable webatm activeX runs properly.