From ed54760d76b6ce84222bf1264302be78f3322153 Mon Sep 17 00:00:00 2001 From: eyedeekay <hankhill19580@gmail.com> Date: Sun, 5 May 2024 07:59:57 -0400 Subject: [PATCH] Add keyword.enabled instructions to Firefox config on the site --- i2p2www/pages/downloads/browser-content.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i2p2www/pages/downloads/browser-content.html b/i2p2www/pages/downloads/browser-content.html index 86f4818f7..cf4ac5f18 100644 --- a/i2p2www/pages/downloads/browser-content.html +++ b/i2p2www/pages/downloads/browser-content.html @@ -33,7 +33,7 @@ <img src="{{ url_for('static', filename='images/firefox57.connectionsettings.png') }}" alt="{{ _('Firefox57 Connection Settings') }}" title="{{ _('Firefox57 Connection Settings') }}"> -<p>{% trans -%} Finally, go to the address <em>about:config</em> and find the property media.peerConnection.ice.proxy_only. Ensure that this setting is True. {%- endtrans %}</p> +<p>{% trans -%} Finally, go to the address <em>about:config</em> and find the property media.peerConnection.ice.proxy_only. Ensure that this setting is True. Now find the property keyword.enabled, and set it to False.{%- endtrans %}</p> <img src="{{ url_for('static', filename='images/firefox.webrtc.png') }}" alt="{{ _('Firefox57 PeerConnection Settings') }}" title="{{ _('Firefox57 PeerConnection Settings') }}"> -- GitLab