Skip to content

Commit

Permalink
Add network.proxy.no_proxies_on support.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexs77 committed Oct 27, 2014
1 parent 95491a7 commit 244f52c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ Specifically:

* If proxy is disabled, reset [proxy type](http://kb.mozillazine.org/Network.proxy.type) to _Use system proxy settings_ (`5`). Seems like a bug in the original project.
* Moved HTTPS proxy settings further up in Add-Ons dialog window.
* Added [No Proxies On](http://kb.mozillazine.org/Network.proxy.no_proxies_on) support.

# Installation

Download [proxymob.xpi](https://github.com/alexs77/ProxyMob/raw/master/proxymob.xpi) (Short URL: http://git.io/pmobxpi) with Firefox Mobile.

[![QR Code for https://github.com/alexs77/ProxyMob/raw/master/proxymob.xpi](http://api.qrserver.com/v1/create-qr-code/?color=3E29FF&bgcolor=FFFAF5&data=http%3A%2F%2Fgit.io%2Fpmobxpi&qzone=1&margin=0&size=175x175&ecc=L)](http://git.io/pmobxpi)

Last modified: 2014-10-25
Last modified: 2014-10-27
1 change: 1 addition & 0 deletions chrome/content/options.xul
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<setting pref="network.proxy.ssl" type="string" title="SSL Proxy Host"/>
<setting pref="extensions.proxymob.network.proxy.ssl_port" type="string" title="SSL Proxy Port"/>
<setting pref="network.proxy.socks" type="string" title="SOCKS Proxy Host"/>
<setting pref="network.proxy.no_proxies_on" type="string" title="No Proxies On"/>
<setting pref="extensions.proxymob.network.proxy.socks_port" type="string" title="SOCKS Proxy Port"/>
<setting pref="network.proxy.socks_remote_dns" type="bool" title="SOCKS Remote DNS"/>
</vbox>
2 changes: 1 addition & 1 deletion install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<em:id>[email protected]</em:id>
<em:type>2</em:type>
<em:name>Proxy Mobile</em:name>
<em:version>0.0.10.alexs77.2</em:version>
<em:version>0.0.10.alexs77.3</em:version>
<em:bootstrap>false</em:bootstrap>
<em:description>Simple Proxy Settings for HTTP and SOCKS</em:description>
<em:creator>The Guardian Project</em:creator>
Expand Down
Binary file modified proxymob.xpi
Binary file not shown.

0 comments on commit 244f52c

Please sign in to comment.