1function FindProxyForURL(url, host) {
2  return undefined;
3}
4
5