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