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