Javascript  |  5行  |  60 B

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