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