]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/main/assets/zh-rCN/guide_overview.html
Simplified Chines Guide translation.
[PrivacyBrowserAndroid.git] / app / src / main / assets / zh-rCN / guide_overview.html
1 <!--
2   Copyright 2016-2018,2020-2023 Soren Stoutner <soren@stoutner.com>.
3
4   Translation 2023 Xin.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
5
6   This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android>.
7
8   Privacy Browser Android is free software: you can redistribute it and/or modify
9   it under the terms of the GNU General Public License as published by
10   the Free Software Foundation, either version 3 of the License, or
11   (at your option) any later version.
12
13   Privacy Browser Android is distributed in the hope that it will be useful,
14   but WITHOUT ANY WARRANTY; without even the implied warranty of
15   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16   GNU General Public License for more details.
17
18   You should have received a copy of the GNU General Public License
19   along with Privacy Browser Android.  If not, see <http://www.gnu.org/licenses/>. -->
20
21 <html>
22     <head>
23         <meta charset="UTF-8">
24
25         <link rel="stylesheet" href="../css/theme.css">
26
27         <!-- Setting the color scheme instructs the WebView to respect `prefers-color-scheme` @media CSS. -->
28         <meta name="color-scheme" content="light dark">
29     </head>
30
31     <body>
32         <h3><svg class="header"><use href="../shared_images/visibility_off.svg#icon"/></svg> 真正的隐私</h3>
33
34         <p>保护数据不被滥用的唯一方法是是让数据不被收集。当浏览器连接网页时,便利的传输某些信息到服务器是必要的。例如,服务器会获得你的IP,端口号来传输必要的响应。
35             这些信息通常被服务器记录,允许网页开发者获得网页被加载了多少次和网页被多少不同的IP地址访问的的报告。</p>
36
37         <p>然而,大部分的网页开发者希望获得他们网页的访问者的更多的信息,包括追踪他们的各种的网页浏览情况。有许多不同的技术,包括请求或储存用户设备的额外信息来降低追踪的难度。几乎所有的浏览器自愿的参与这种没有通知用户他们会这么做的追踪。
38             隐私浏览器是设计来让你在浏览互联网时尽可能的掌握你的隐私。</p>
39
40
41         <h3><svg class="header"><use href="../shared_images/chrome_reader_mode.svg#icon"/></svg> Android’s WebView 限制</h3>
42
43         <p>隐私浏览器使用安卓内置的WebView来显示网页,这在WebView公开的管理隐私设置方面有一定的限制。
44             例如,禁用其他时不能运行一些JavaScript命令,将来,隐私浏览器会切换到叫做<a href="https://www.stoutner.com/category/privacy-browser-android-roadmap/">Privacy WebView</a>的自定义WebView。</p>
45     </body>
46 </html>