{% extends "global/layout.html" %} {%- from "downloads/macros" import package_outer with context -%} {% block title %}Firefox Profile{% endblock %} {% block content %}

{{ _('I2P Firefox Browser Profile') }}

{% 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 profile 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 -%} WHAT IS WRONG? {%- endtrans %}

{% trans -%} This browser profile 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) %}
{{ pver(filename) }}
{{ _('Mirror:') }} {{ def_mirror.org }}
{{ _('select alternate mirror') }}
{{ hash }}

{% 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 %}