function FindProxyForURL(url, host) { return "PROXY 192.168.1.101:7890; DIRECT"; }