function FindProxyForURL(url, host) { return "PROXY 127.0.0.1:8090"; } // End of function