gsnova
gsnova copied to clipboard
SPAC和Google https搜索重定向问题
主要体现为: 搜索:https://encrypted.google.com/search?q=keyword 会被重定向到:http://encrypted.google.com.hk/url?sa=p&hl=zh-CN&pref=hkredirect&pval=yes&q=http://encrypted.google.com.hk/search%3Fq%3Dkeyword&ust=xxxxxxxxxxxxxxxx&usg=xxxxxxxxxxxxxxxxxxxxxx
错误页面提示: 503. That’s an error.
The service you requested is not available at this time.
Service error -27. That’s all we know.
发现关闭SPAC之后就能正常搜索 请问这是为什么呢?
另外发现即便是[host] 和[spac]中的enable被设置为0的情况下 开启程序后依然会 fetch hosts and pac
请问能不能加一个选项允许用户彻底不加载这两个内容(remote hosts and pac)
默认的spac中对大部分google的站点的proxy做了特殊处理,但可能不适用部分url,域名
不下载文件可以在conf中对应行开头加上#注释
可以强制encrypted.google.com走GAE,而不是hosts,根据自己的情况再修改一下proxy
user_spac.json file
{
"URL" : ["encrypted.google.*"],
"Proxy":["GAE", "socks://127.0.0.1:3439", "SSH"]
},