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