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 -%}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" + + {% endblock %}