> ...
> 装了这个,在ie浏览器里面的代理设置可以看到使用自动配置脚本:
> http://localhost:9100/proxy.pac
> 然后居然...居然我在msn spaces上面传图片,那个认出我的ip是:
> 您查询的IP:64.233.172.38 <http://64.233.172.38/>
> - 查询结果1:美国 North America United States
> - 查询结果2:美国 加利福尼亚州Google公司
> 那个自动配置脚本的内容是:
> function FindProxyForURL_16199750(url, host) {
> return "DIRECT";
> }
> var private_re = new
> RegExp("^((0\\.0\\.0\\.0)|(127\\.\\d+\\.\\d+\\.\\d+)|(10\\.\\d+\\.\\d+\\.\\ d+)|(172\\.(1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)|(169\\.254\\.\\d+\\.\\d+)| (192\\.168\\.\\d+\\.\\d+)|(22[3-9]\\.\\d+\\.\\d+\\.\\d+)|(2[3-5][0-9]\\.\\d +\\.\\d+\\.\\d+)|([^.]*\\.[^.]*\\.google\\.com)|([^.]*))$");
> var bypass_re = new
> RegExp("^((gmail\\.google\\.com)|(.*windowsupdate\\.microsoft\\.com)|(.*dow nload\\.windowsupdate\\.com))$");
> function FindProxyForURL(url, host) {
> if (host == "localhost" || host == "127.0.0.1 <http://127.0.0.1/>")
> return "DIRECT";
> var url_proxy = FindProxyForURL_16199750(url, host);
> if (private_re.test(host) ||
> bypass_re.test(host) ||
> url.substring(0,5) != "http:" ||
> "DIRECT" != url_proxy
> )
> return url_proxy;
> else
> return "PROXY localhost:9100; " + url_proxy;
> }
> On 5/5/05, baalchina <baalch...@gmail.com> wrote:
> > Google Web Accelerator sends requests for web pages, except for secure
> > web pages (HTTPS), to Google, which logs these requests. Some web pages may
> > embed personal information in these page requests.
> > · Google receives and temporarily caches cookie data that your computer
> > sends with webpage requests in order to improve performance.
> > · In order to speed up delivery of content, Google Web Accelerator may
> > retrieve webpage content that you did not request, and store it in your
> > Google Web Accelerator cache.
> > 好像使用的是一个缓存的机制。并且也会记录我的访问记录。
> > google现在怎么尽干这些记录网民上网记录的事情....
> > On 5/5/05, Colin <2co...@gmail.com> wrote:
> > > 看到这句话
> > > Availability: For users in North America and Europe (during beta
> > > testing phase)
> > > 不装了……
> > > 05-5-5,my36z <mail...@gmail.com> 写道:
> > > > 又不是玩泡泡堂,这个倒不是很讲究
> > > --
> > > On and on
> > > The rain will say
> > > How fragile we are...
> > > ----------------------------------------
> > > http://colin.flashempire.com
> > --
> > from:baalchina
> --
> from:baalchina
How fragile we are...