Sogou 的浏览器(2)

刚才又搜了一下,然后搜修改HTTP头的时候,有人提到privoxy。
对啊,privoxy不是可以乱改HTTP头的么。
所以,这样配置privoxy就可以了:
首先,建立user.filter,内容:

CLIENT-HEADER-FILTER: change-host-to-intel Change the Host to Intel!
s/Host:.*/Host: www\.intel\.com/

随后,建立sogou.action,内容:

{+add-header{X-Sogou-Auth:
4D929DA9BB4DF2966799B7761245A98B/55/bad36d282a55d332}}
.*
{+add-header{X-Sogou-Domain: 24181F5B2C160409035C061D3E}}
.*
{+add-header{X-Sogou-Timestamp: 494f30c4}}
.*
{+add-header{X-Sogou-Tag: 5bccdce35ecd20cab326fb0b746cce7b}}
.*
{+client-header-filter{change-host-to-intel}}
.*

最后,在privoxy配置文件里面加上:

actionsfile sogou.action
filterfile user.filter
forward / 118.228.148.27:80

之后,把 firefox 的代理设为 privoxy ,over!
经验证,这样可以上IBM,Adobe等,应该是没问题了。
这样就的确可以在 firefox 里面上了~
接下来要考虑修改user-agent了~
PS: 修改user-agent:
在action文件里面加上:

+hide-user-agent {Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)}

就可以了……

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.