1function FindProxyForURL(url, host) {
2  return "PROXY localhost:3128";
3}
4
5