Open GoogleCodeExporter opened 9 years ago
你启用了spac吧,是否将此地址中转到Google地址?
Original comment by yinqiwen@gmail.com
on 9 Feb 2012 at 12:26
是的,忘记spac了,那要怎么排除呢?
Original comment by titanium98118
on 9 Feb 2012 at 12:32
这个和blogspot.com有关
修改spac.td脚本,SelectProxy方法中加上下面四行
if $url ~="blogspot.com"
{
return $GAE;
}
if $host~=".google" || $host~="ytimg."|| $host~="gstatic."||
$host~="developer.android.com" || $host~=".appspot.com"
|| $host~="www.youtube.com" || $host~="golang.org"
{
return $GOOGLE;
}
Original comment by yinqiwen@gmail.com
on 9 Feb 2012 at 1:08
谢谢。
我稍微改了一下,这样无论URL中有blogspot、twitter还是fb都没问
题了。
if $url ~="google.com/imgres?"
{
return $SSHD;
}
Original comment by titanium98118
on 9 Feb 2012 at 3:59
Original issue reported on code.google.com by
titanium98118
on 9 Feb 2012 at 10:48