1*9c5db199SXin Lifunction FindProxyForURL(url, host) { 2*9c5db199SXin Li return "PROXY localhost:3128"; 3*9c5db199SXin Li} 4*9c5db199SXin Li 5