Skip to content

Instantly share code, notes, and snippets.

@vbisbest
Last active May 6, 2021 13:16
Show Gist options
  • Save vbisbest/c51c7693f8cf442d5ff6946f959b8e2e to your computer and use it in GitHub Desktop.
Save vbisbest/c51c7693f8cf442d5ff6946f959b8e2e to your computer and use it in GitHub Desktop.
function FindProxyForURL(url, host) {
// if (isPlainHostName(host) || dnsDomainIs(host, ".mozilla.org")) {
// return "DIRECT";
//} else {
return "PROXY 127.0.0.1:8080; DIRECT";
//}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment