From a039090dd9d8bf1332cfa701b96b7e5c497a9e01 Mon Sep 17 00:00:00 2001 From: idk Date: Mon, 5 Jul 2021 22:49:27 -0400 Subject: [PATCH] minor tweaks to strict countries page --- i2p2www/pages/site/about/restrictive-countries.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/i2p2www/pages/site/about/restrictive-countries.html b/i2p2www/pages/site/about/restrictive-countries.html index 8868fe73..1f3180de 100644 --- a/i2p2www/pages/site/about/restrictive-countries.html +++ b/i2p2www/pages/site/about/restrictive-countries.html @@ -1,16 +1,15 @@ {% extends "global/layout.html" %} {% block title %}{{ _('Strict Countries') }}{% endblock %} {% block content %} -

{% trans -%}This implementation of I2P(the Java implementation distributed from geti2p.net) +

{% trans -%}This implementation of I2P(the Java implementation distributed on this site) includes a "Strict Countries List" which we use to decide how routers should behave within regions where applications like I2P may be limited by law. For example, while no countries that we know of prohibit using I2P, some have broad prohibitions on -participating in routing for others. Routers that appear to be in the "Restricted" +participating in routing for others. Routers that appear to be in the "Strict" countries will automatically be placed into "Hidden" mode.{%- endtrans %}

-

{% trans -%}Since we are not legal experts, we currently rely on the information from: -Freedom House. Our general guidance is to include countries with a Civil -Liberties (CL) score of 16 or less or a Internet Freedom score of 39 or less (not free). {%- endtrans %}

+

{% trans -%} +The Project relies on the research provided by civil and digital rights organizations in order to make decisions that offers protections for its users. In this case the ongoing research provided by Freedom House has been referenced. General guidance is to include countries with a Civil Liberties (CL) score of 16 or less or an Internet Freedom score of 39 or less (not free). {%- endtrans %}

{% trans -%}Hidden Mode Summary{%- endtrans %}

{% trans -%}When a router is placed into hidden mode, three key things change about it's behavior. @@ -65,4 +64,6 @@ others.{%- endtrans %}

/* Western Sahara */ "EH", /* Yemen */ "YE" +

{% trans -%}If you think a country should be added to the strict countries, file an issue on the I2P gitlab.{%- endtrans %}

+ {% endblock %}