function FindProxyForURL(url, host) {
  return "PROXY localhost:3128";
}