Javascript  |  7行  |  167 B

// This PAC script is invalid, because there is a missing close brace
// on the function FindProxyForURL().

function FindProxyForURL(url, host) {
  return "DIRECT";