Skip to content

Instantly share code, notes, and snippets.

@pixelcort
Created March 7, 2016 05:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pixelcort/e67f9d8d71b191592a86 to your computer and use it in GitHub Desktop.
Save pixelcort/e67f9d8d71b191592a86 to your computer and use it in GitHub Desktop.
function FindProxyForURL (url, host) {
if (host == "www.googletagmanager.com") return "PROXY 127.0.0.1:80";
return "DIRECT";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment