forked from I2P_Developers/i2p.www
44 lines
1.7 KiB
HTML
44 lines
1.7 KiB
HTML
{% extends "global/layout.html" %}
|
|
{% block title %}{{ _('The I2P Browser') }}{% endblock %}
|
|
{% block content_nav %}
|
|
<ol>
|
|
<li style="list-style: none; display: inline">
|
|
<h4>{{ _('Navigation') }}</h4>
|
|
</li>
|
|
<li style="list-style: none;">{% trans browser_main=get_url('browser_frontpage') %}<a href="{{ browser_main }}">Back to browser front page</a>{% endtrans %}</li>
|
|
</ol>
|
|
{% endblock %}
|
|
|
|
|
|
{% block content %}
|
|
|
|
<h1>About</h1>
|
|
<p>
|
|
I2P Browser is for anyone who wants to protect their privacy either for
|
|
preference or safety. It enables netizens to defend themselves from tracking,
|
|
surveillance, spyware and in some cases it will help to circumvent censorship.
|
|
</p>
|
|
<p>
|
|
Like other browsers, I2P Browser enables you to browse and search the internet.
|
|
I2P Browser however, is very focused on the privacy rights of the user and does
|
|
not monetize data in trade of your privacy.
|
|
</p>
|
|
<p>
|
|
Most websites now use numerous third-party services, including social networking
|
|
“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
|
|
is exited or a New Identity is requested).
|
|
</p>
|
|
<p>
|
|
I2P Browser blocks plugins like Flash, RealPlayer, Quicktime and others that can
|
|
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
|
|
bypass or compromise your privacy.
|
|
</p>
|
|
{% endblock %}
|
|
|