{% extends "global/layout.html" %} {%- from "downloads/macros" import package_outer with context -%} {% block title %}Firefox Profile{% endblock %} {% block content %}
{% trans -%} Now that you have joined the I2P network, you will want to see I2P sites and and other content that is hosted on the network. The Firefox browser is pre-configured to allow you to access the content available on the network. It also keeps your I2P search activity separate from your internet search activity. {%- endtrans %}
{% trans -%} This browser also includes both the NoScrpt and HTTPSEverywhere plugin for better protection Javascript based attacks and HTTPS support where available. {%- endtrans %}
{%- set name = 'Windows' -%} {%- set icon = 'images/download/windows.png' -%} {%- set filename = 'I2P-Profile-Installer-%s.exe' -%} {%- set hash = '8eb1e9f69200a42192acabe4686bb3541f7f409b2f9702f2f9e5c6870515fa56' -%} {% call package_outer('windows', name, icon) %}{% trans -%} Download that file and run it. {%- endtrans %}
{% endcall %} {% trans signer='zlatinb', signingkey=url_for('static', filename='zlatinb.key.crt') -%} The files are signed by {{ signer }}, whose key is here. {%- endtrans %} {% endblock %}