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