1// This PAC script is invalid, because there is a missing close brace
2// on the function FindProxyForURL().
3
4function FindProxyForURL(url, host) {
5  return "DIRECT";
6
7