]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/main/assets/pt-rBR/guide_overview.html
Release 3.6.
[PrivacyBrowserAndroid.git] / app / src / main / assets / pt-rBR / guide_overview.html
1 <!--
2   Copyright © 2016-2018,2020 Soren Stoutner <soren@stoutner.com>.
3
4   This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
5
6   Privacy Browser is free software: you can redistribute it and/or modify
7   it under the terms of the GNU General Public License as published by
8   the Free Software Foundation, either version 3 of the License, or
9   (at your option) any later version.
10
11   Privacy Browser is distributed in the hope that it will be useful,
12   but WITHOUT ANY WARRANTY; without even the implied warranty of
13   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14   GNU General Public License for more details.
15
16   You should have received a copy of the GNU General Public License
17   along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>. -->
18
19 <html>
20     <head>
21         <meta charset="UTF-8">
22
23         <link rel="stylesheet" href="../css/theme.css">
24
25         <!-- Setting the color scheme instructs the WebView to respect `prefers-color-scheme` @media CSS. -->
26         <meta name="color-scheme" content="light dark">
27     </head>
28
29     <body>
30         <h3><svg class="header"><use href="../shared_images/visibility_off.svg#icon"/></svg> True Privacy</h3>
31
32         <p>Privacy Browser is designed to let you take as much control of your privacy as possible while still browsing the internet.
33             When a browser connects to a website, certain pieces of information which are necessary to facilitate the connection are transferred to the server.
34             For example, the server will receive your IP address and a port number, which are necessary for it to know where to send the response.
35             This information is often logged by the server, allowing the website developer to produce reports showing how often a webpage was loaded and how many different IP addresses accessed it.</p>
36
37         <p>However, most website operators want more information about their visitors, including tracking their web browsing across multiple websites.
38             There are many different techniques, including requesting or placing extra information on a user’s device, that facilitate this tracking.
39             Almost all browsers will voluntarily participate in this tracking without informing the user they are doing so.
40             Privacy Browser is designed to grant the user as much information and control over these tracking techniques as possible.</p>
41
42
43         <h3><svg class="header"><use href="../shared_images/chrome_reader_mode.svg#icon"/></svg> Android’s WebView Limitations</h3>
44
45         <p>Privacy Browser uses Android’s built-in WebView to render websites. There are some limitations in the controls WebView exposes for managing privacy settings.
46             For example, it isn’t possible to enable some JavaScript commands while disabling others.
47             In the future, Privacy Browser will switch to a custom WebView called <a href="https://www.stoutner.com/category/roadmap/">Privacy WebView</a>.</p>
48     </body>
49 </html>