]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/assets/en/guide_requests.html
Replace `Blocklists` with `Filter Lists`. https://redmine.stoutner.com/issues/705
[PrivacyBrowserAndroid.git] / app / src / main / assets / en / guide_requests.html
index 5f4d1d566ac988b34be75bfca449054625353384..53550f95952e2a9c8cc35fd62ab8cff11b217fed 100644 (file)
 
         <img class="center" src="images/request_details.png"/>
 
-        <p>Privacy Browser includes four <a href="https://easylist.to/">common blocklists</a> based on the <a href="https://adblockplus.org/filters">Adblock syntax</a>:
+        <p>Privacy Browser includes four <a href="https://easylist.to/">common filter lists</a> based on the <a href="https://adblockplus.org/filters">Adblock syntax</a>:
             EasyList, EasyPrivacy, Fanboy’s Annoyance List, and Fanboy’s Social Blocking List.
-            These blocklists are processed by Privacy Browser into the following 22 sublists, which check resource requests in the order listed.</p>
+            These filter lists are processed by Privacy Browser into the following 22 sublists, which check resource requests in the order listed.</p>
 
         <ol>
-            <li>Main Whitelist</li>
-            <li>Final Whitelist</li>
-            <li>Domain Whitelist</li>
-            <li>Domain Initial Whitelist</li>
-            <li>Domain Final Whitelist</li>
-            <li>Third-Party Whitelist</li>
-            <li>Third-Party Domain Whitelist</li>
-            <li>Third-Party Domain Initial Whitelist</li>
-            <li>Main Blacklist</li>
-            <li>Initial Blacklist</li>
-            <li>Final Blacklist</li>
-            <li>Domain Blacklist</li>
-            <li>Domain Initial Blacklist</li>
-            <li>Domain Final Blacklist</li>
-            <li>Domain Regular Expression Blacklist</li>
-            <li>Third-Party Blacklist</li>
-            <li>Third-Party Initial Blacklist</li>
-            <li>Third-Party Domain Blacklist</li>
-            <li>Third-Party Domain Initial Blacklist</li>
-            <li>Third-Party Regular Expression Blacklist</li>
-            <li>Third-Party Domain Regular Expression Blacklist</li>
-            <li>Regular Expression Blacklist</li>
+            <li>Main Allow List</li>
+            <li>Final Allow List</li>
+            <li>Domain Allow List</li>
+            <li>Domain Initial Allow List</li>
+            <li>Domain Final Allow List</li>
+            <li>Third-Party Allow List</li>
+            <li>Third-Party Domain Allow List</li>
+            <li>Third-Party Domain Initial Allow List</li>
+            <li>Main Block List</li>
+            <li>Initial Block List</li>
+            <li>Final Block List</li>
+            <li>Domain Block List</li>
+            <li>Domain Initial Block List</li>
+            <li>Domain Final Block List</li>
+            <li>Domain Regular Expression Block List</li>
+            <li>Third-Party Block List</li>
+            <li>Third-Party Initial Block List</li>
+            <li>Third-Party Domain Block List</li>
+            <li>Third-Party Domain Initial Block List</li>
+            <li>Third-Party Regular Expression Block List</li>
+            <li>Third-Party Domain Regular Expression Block List</li>
+            <li>Regular Expression Block List</li>
         </ol>
 
         <p>Initial lists check against the beginning of the URL. Final lists check against the end of the URL. Domain lists only check against certain domains.
 
         <p>Because of limitations in Android’s WebView, and to speed up processing of requests, Privacy Browser implements a simplified interpretation of the Adblock syntax.
             This can sometimes lead to false positives, where resources are allowed or blocked in ways that weren’t intended by the original entry.
-            A more detailed description of how the blocklist entries are processed is available at <a href="https://www.stoutner.com/privacy-browser-android/blocklists/">stoutner.com</a>.</p>
+            A more detailed description of how the filter list entries are processed is available at <a href="https://www.stoutner.com/privacy-browser-android/filter-lists/">stoutner.com</a>.</p>
 
-        <p>Privacy Browser has three additional blocklists.
-            <a href="https://www.stoutner.com/privacy-browser-android/blocklists/ultralist/">UltraList</a> and
-            <a href="https://www.stoutner.com/privacy-browser-android/blocklists/ultraprivacy/">UltraPrivacy</a>
-            block ads and trackers that EasyList and EasyPrivacy do not. The third blocks all third-party requests.
+        <p>Privacy Browser has three additional filter lists.
+            <a href="https://www.stoutner.com/privacy-browser-android/filter-lists/ultralist/">UltraList</a> and
+            <a href="https://www.stoutner.com/privacy-browser-android/filter-lists/ultraprivacy/">UltraPrivacy</a>
+            filters ads and trackers that EasyList and EasyPrivacy do not. The third blocks all third-party requests.
             A request is only considered third-party if the base domain of the request is different than the base domain of the URL.
             For example, if <code>www.website.com</code> loads a picture from <code>images.website.com</code>,
             this is not blocked as a third-party request because they both share the same base domain of <code>website.com</code>.
-            Blocking all third-party requests increases privacy, but this blocklist is disabled by default because it breaks a large number of websites.</p>
+            Blocking all third-party requests increases privacy, but this filter list is disabled by default because it breaks a large number of websites.</p>
     </body>
 </html>