]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/main/assets/zh-rCN/guide_requests.html
Simplified Chines Guide translation.
[PrivacyBrowserAndroid.git] / app / src / main / assets / zh-rCN / guide_requests.html
1 <!--
2   Copyright 2018,2020,2022-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/local_activity.svg#icon"/></svg> 响应请求</h3>
33
34         <p>当一个链接加载,会对CCS,JavaScript,图片,和其他东西产生一个标志性的数字,这些请求的详细内容可以在请求活动中查看。导航栏显示链接请求数和被拒绝的请求数,点击请求来获得他为什么被拒绝或允许。</p>
35
36         <img class="center" src="images/request_details.png"/>
37
38         <p>隐私浏览器包括四个<a href="https://easylist.to/">常见的黑名单,</a> 基于 <a href="https://adblockplus.org/filters">屏蔽广告的语法</a>:
39             EasyList, EasyPrivacy, Fanboy’s Annoyance List, and Fanboy’s Social Blocking List.这些黑名单由隐私浏览器分为22种,他们按顺序检查资源。</p>
40
41         <ol>
42             <li>主要白名单</li>
43             <li>最终白名单</li>
44             <li>域白名单</li>
45             <li>域初始白名单</li>
46             <li>域最终白名单</li>
47             <li>第三方白名单</li>
48             <li>第三方域白名单</li>
49             <li>第三方域初始白名单</li>
50             <li>主黑名单</li>
51             <li>初始黑名单</li>
52             <li>最终黑名单</li>
53             <li>域黑名单</li>
54             <li>域初始黑名单</li>
55             <li>域最终黑名单</li>
56             <li>域正则表达式黑名单</li>
57             <li>第三方黑名单</li>
58             <li>第三方初始黑名单</li>
59             <li>第三方域黑名单</li>
60             <li>第三方域初始黑名单</li>
61             <li>第三方正则表达式黑名单</li>
62             <li>第三方域正则表达式黑名单</li>
63             <li>正则表达式黑名单</li>
64         </ol>
65
66         <p>初始列表检查 URL 的开头。最终列表检查 URL 的末尾。域列表仅检查某些域。第三方列表仅在请求的根域与主 URL 的根域不同时才适用。正则表达式列表遵循<a href="https://en.wikipedia.org/wiki/Regular_expression">正则表达式语法</a>。
67             每个子列表项都有一个或多个条目。在域子列表的情况下,如果第一个条目与主 URL 的域匹配,则仅根据项目检查资源请求。</p>
68
69         <p>由于Android的WebView的限制,并且为了加快请求的处理速度,Privacy Browser 实现了对Adblock语法的简化解释。这有时会导致误报,即通过原始条目不希望的方式允许或阻止资源。
70             有关如何处理黑名单条目的更详细说明,请访问<a href="https://www.stoutner.com/privacy-browser-android/blocklists/">stoutner.com</a>。</p>
71
72         <p>Privacy Browser 有三个额外的阻止列表。
73             <a href="https://www.stoutner.com/privacy-browser-android/blocklists/ultralist/">UltraList</a> and
74             <a href="https://www.stoutner.com/privacy-browser-android/blocklists/ultraprivacy/">UltraPrivacy</a>
75             阻止 EasyList 和 EasyPrivacy 不阻止的广告和跟踪器。第三个阻止所有第三方请求。如果请求的基本域与 URL 的基本域不同,则请求只被视为第三方。
76             例如,如果www.website.com从加载图片images.website.com,这不会作为第三方请求被阻止,因为它们共享相同的基本域website.com。阻止所有第三方请求会增加隐私,但此阻止列表默认情况下处于禁用状态,因为它会使大量网站打不开。</p>
77     </body>
78 </html>