]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/main/assets/en/guide_overview.html
Update the URL in the copyright header. https://redmine.stoutner.com/issues/796
[PrivacyBrowserAndroid.git] / app / src / main / assets / en / guide_overview.html
1 <!--
2   Copyright © 2016-2018,2020-2022 Soren Stoutner <soren@stoutner.com>.
3
4   This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android>.
5
6   Privacy Browser Android 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 Android 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 Android.  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>The only way to prevent data from being abused is to prevent it from being collected in the first place.
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 let you take as much control of your privacy as possible while still browsing the internet.</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>