Update Firefox browser config instructions for Firefox Quantum

This commit is contained in:
str4d
2017-11-25 15:37:48 +00:00
parent 7ebed1e6d2
commit 84e7b1f41c
2 changed files with 8 additions and 10 deletions

View File

@ -8,6 +8,7 @@
* configuring addressbook subscriptions * configuring addressbook subscriptions
* using a configuration wizard * using a configuration wizard
* saving tunnel settings * saving tunnel settings
* Update Firefox browser config instructions for Firefox Quantum
* Translation updates * Translation updates
0.9.31 / 2017-08-19 0.9.31 / 2017-08-19

View File

@ -3,16 +3,13 @@
<body> <body>
<h2>How to configure Firefox:</h2> <h2>How to configure Firefox:</h2>
<ol> <ol>
<li>Click <a href="https://addons.mozilla.org/en-US/android/addon/network-preferences-add-on/">HERE</a>, and choose to open the URL in Firefox.</li> <li>Click <a href="about:config?filter=network.proxy">HERE</a>, and choose to open the URL in Firefox.</li>
<li>Click the toggle to install the Network Preference add-on.</li> <li>Change the value of "network.proxy.type" to <code>1</code>.</li>
<li>In the main Firefox menu, click "Tools", then "Add-ons".</li> <li>Change the value of "network.proxy.http" to <code>127.0.0.1</code>.</li>
<li>Click on "Network Preferences Add-on".</li> <li>Change the value of "network.proxy.http_port" to <code>4444</code>.</li>
<li>Change the value of "Configure Proxies" to <code>1</code>.</li> <li>Change the value of "network.proxy.ssl" to <code>127.0.0.1</code>.</li>
<li>Change the value of "HTTP Proxy" to <code>127.0.0.1</code>.</li> <li>Change the value of "network.proxy.ssl_port" to <code>4444</code>.</li>
<li>Change the value of "Port" under "HTTP Proxy" to <code>4444</code>.</li>
<li>Change the value of "HTTPS Proxy" to <code>127.0.0.1</code>.</li>
<li>Change the value of "Port" under "HTTPS Proxy" to <code>4444</code>.</li>
<li>You can now browse I2P eepsites!</li> <li>You can now browse I2P eepsites!</li>
</ol> </ol>
</body> </body>
</html> </html>