Skip to content

Instantly share code, notes, and snippets.

@zukka77
Created July 21, 2018 14:31
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 zukka77/154eb3ee20f33b0bfc994b3457c773d0 to your computer and use it in GitHub Desktop.
Save zukka77/154eb3ee20f33b0bfc994b3457c773d0 to your computer and use it in GitHub Desktop.
Firefox https proxy config
network.proxy.autoconfigurl = data:text/plain,function FindProxyForURL(u,h){return "HTTPS host:port";}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment