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