Skip to content

Instantly share code, notes, and snippets.

@pawelpabich
Created April 18, 2017 23:24
Show Gist options
  • Save pawelpabich/bdcfd3f75abfc945a5a2e795e3438ace to your computer and use it in GitHub Desktop.
Save pawelpabich/bdcfd3f75abfc945a5a2e795e3438ace to your computer and use it in GitHub Desktop.
function FindProxyForURL(url, host)
{
return "PROXY localhost:8888";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment