• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1function FindProxyForURL(url, host) {
2  return "DIRECT";
3}
4
5