]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/main/assets/zh-rCN/guide_tracking_ids.html
Simplified Chines Guide translation.
[PrivacyBrowserAndroid.git] / app / src / main / assets / zh-rCN / guide_tracking_ids.html
1 <!--
2   Copyright 2016-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/location_off.svg#icon"/></svg> 不要追踪</h3>
33
34         <p>多年前,万维网创造了一种不希望追踪的方式,通常通过在网页请求中包含<a href="https://en.wikipedia.org/wiki/Do_Not_Track">DNT (Do Not Track) header</a>来实现。</p>
35
36         <p>这个DNT头不提供真正的保护隐私,因为大部分网站会忽略它。例如,Yahoo,Google,Microsoft和Facebook全都忽略了DNT请求,从3.8开始隐私浏览器不再提供发送DNT请求的选项。</p>
37
38
39         <h3><svg class="header"><use href="../shared_images/link_off.svg#icon"/></svg> URL 修改</h3>
40
41         <p>隐私浏览器从URL查询中删除IDs and AMP (<a href="https://en.wikipedia.org/wiki/Accelerated_Mobile_Pages">Accelerated Mobile Pages</a>)。
42             有一篇博客更新了<a href="https://www.stoutner.com/url-modification/">当前列表</a>的修改。URL修改出现错误可以在设置中关闭。</p>
43
44
45         <h3><svg class="header"><use href="../shared_images/disabled_by_default.svg#icon"/></svg> X-Requested-With 请求头</h3>
46
47         <p>Google对Android’s WebView进行编程,通过所有请求产生<a href="https://www.stoutner.com/the-x-requested-with-header/">X-Requested-With header</a>。
48             X-Requested-With请求头的值被设置为应用程序的ID,在隐私浏览器的情况下为<code>com.stoutner.privacybrowser.standard</code>。
49             这可以在<a href="https://www.stoutner.com/webview-devtools/">WebView's 开发者工具</a>.</p>
50     </body>
51 </html>