2019-07-19 23:41:57 +00:00
{% extends "global/layout.html" %}
{% block title %}{{ _('The I2P Browser') }}{% endblock %}
{% block content_nav %}
< ol >
< li style = "list-style: none; display: inline" >
2019-07-20 02:11:02 +00:00
< h4 > {{ _('Navigation') }}< / h4 >
2019-07-19 23:41:57 +00:00
< / li >
2019-07-20 02:11:02 +00:00
< li style = "list-style: none;" > {% trans browser_main=get_url('browser_frontpage') %}< a href = "{{ browser_main }}" > Back to browser front page< / a > {% endtrans %}< / li >
2019-07-19 23:41:57 +00:00
< / ol >
{% endblock %}
{% block content %}
2019-11-17 23:50:24 +00:00
< h1 > {% trans %}About{% endtrans %}< / h1 >
2019-09-04 17:25:47 +00:00
< p >
2019-11-17 23:50:24 +00:00
{% trans %}I2P Browser is for anyone who wants to protect their privacy either for
preference or safety. It enables people to defend themselves from tracking,
surveillance, spyware and in some cases it will help to circumvent censorship.{% endtrans %}
2019-09-04 17:25:47 +00:00
< / p >
< p >
2019-11-17 23:50:24 +00:00
{% trans %}Like other browsers, I2P Browser enables you to browse and search the internet.
2019-09-04 17:25:47 +00:00
I2P Browser however, is very focused on the privacy rights of the user and does
2019-11-17 23:50:24 +00:00
not monetize data in trade of your privacy.{% endtrans %}
2019-09-04 17:25:47 +00:00
< / p >
< p >
2019-11-17 23:50:24 +00:00
{% trans %}Most websites now use numerous third-party services, including social networking
2019-09-04 17:25:47 +00:00
“Like” buttons, analytics trackers, and advertising beacons, all of which can
link your activity across different sites. And because of that, the I2P Browser
is designed to prevent websites from “fingerprinting” or identifying you based
on your browser configuration. By default, I2P Browser does not keep any
browsing history. Cookies are only valid for a single session (until I2P Browser
2019-11-17 23:50:24 +00:00
is exited or a New Identity is requested).{% endtrans %}
2019-09-04 17:25:47 +00:00
< / p >
< p >
2019-11-17 23:50:24 +00:00
{% trans %}I2P Browser blocks plugins like Flash, RealPlayer, Quicktime and others that can
2019-09-04 17:25:47 +00:00
be manipulated into revealing your IP address. I2P Browser also comes with
NoScript and other patches to protect your privacy and security. We do not
recommend installing additional plugins or add-ons to I2P Browser since they may
2019-11-17 23:50:24 +00:00
bypass or compromise your privacy.{% endtrans %}
2019-09-04 17:25:47 +00:00
< / p >
2019-07-19 23:41:57 +00:00
{% endblock %}