forked from I2P_Developers/i2p.www
Browser-config page updates
This commit is contained in:
@ -38,6 +38,25 @@ settings and your browser is set to use the I2P proxy.
|
||||
|
||||
<a name="firefox"></a>
|
||||
<h3>Firefox</h3>
|
||||
<h4>{% trans %}Instructions for Firefox 57 and above:{% endtrans %}</h4>
|
||||
<p>{% trans -%}
|
||||
From the Menu button in the top right, select <em>Preferences</em>.
|
||||
Scroll down until you see the <em>Network Proxy</em> section, as shown in the
|
||||
screenshot below. Click on <em>Settings</em>
|
||||
{%- endtrans %}</p>
|
||||
<img src="{{ url_for('static', filename='images/firefox57.preferences.png') }}"
|
||||
alt="{{ _('Firefox57 Network Options') }}" title="{{ _('Firefox57 Network Options') }}">
|
||||
<p>{% trans -%}
|
||||
In the <em>Connection Settings</em> pop-up, select <em>Manual proxy
|
||||
configuration</em>. Set both the HTTP and SSL Proxy to address
|
||||
<code>127.0.0.1</code> with port <code>4444</code> as shown in the following
|
||||
screenshot.
|
||||
{%- endtrans %}</p>
|
||||
<img src="{{ url_for('static',
|
||||
filename='images/firefox57.connectionsettings.png') }}" alt="{{ _('Firefox57
|
||||
Connection Settings') }}" title="{{ _('Firefox57 Connection Settings') }}">
|
||||
|
||||
<h4>Instructions for older versions of Firefox:</h4>
|
||||
<p>{% trans -%}
|
||||
From the Tools menu, select Options to bring up the Firefox settings panel.
|
||||
Click the icon labelled <em>Advanced</em>, then click on the <em>Network</em>
|
||||
@ -52,7 +71,9 @@ field. Enter 127.0.0.1, port 4445 in the SSL Proxy field.
|
||||
Be sure to enter localhost and 127.0.0.1 into the "No Proxy for" box.
|
||||
<b>Note/Privacy tip:</b> Set the FTP proxy to the same settings as the HTTP proxy.
|
||||
{%- endtrans %}</p>
|
||||
<img src="{{ url_for('static', filename='images/firefox.proxyports.jpg') }}" alt="{{ _('Firefox Proxy Settings') }}" title="{{ _('Firefox Proxy Settings') }}">
|
||||
<img src="{{ url_for('static', filename='images/firefox.proxyports.jpg') }}"
|
||||
alt="{{ _('Firefox Proxy Settings') }}" title="{{ _('Firefox Proxy Settings')
|
||||
}}">
|
||||
|
||||
<a name="konqueror"></a>
|
||||
<h3>Konqueror</h3>
|
||||
|
Reference in New Issue
Block a user