From c43e7022e1eec1a9bccac5563909b2e59c294262 Mon Sep 17 00:00:00 2001
From: zab2
Date: Sun, 24 Feb 2019 17:18:39 +0000
Subject: [PATCH] Add a note about Firefox profile
---
i2p2www/pages/site/about/browser-config.html | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/i2p2www/pages/site/about/browser-config.html b/i2p2www/pages/site/about/browser-config.html
index 2f336d62..19b71b70 100644
--- a/i2p2www/pages/site/about/browser-config.html
+++ b/i2p2www/pages/site/about/browser-config.html
@@ -8,6 +8,16 @@ utilize the outproxies available within I2P. Below are walkthroughs for some of
the most popular browsers.
{%- endtrans %}
+{{ _('Firefox Profile for Windows') }}
+{% trans profile='/firefox' -%}
+If you are using Windows, the recommended way of accessing I2P is using the
+Firefox profile.
+{%- endtrans %}
+{% trans -%}
+If you do not wish to use that profile or are not on Windows, you need to
+configure your browser yourself. Read below on how to that.
+{%- endtrans %}
+
{{ _('How to configure your browser') }}