Home | History | Annotate | Download | only in enterprise
      1 function FindProxyForURL(url, host) {
      2   return "PROXY localhost:3128";
      3 }
      4 
      5