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