]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/assets/en/guide_requests_light.html
Fix incorrect pinned mismatch errors. https://redmine.stoutner.com/issues/591
[PrivacyBrowserAndroid.git] / app / src / main / assets / en / guide_requests_light.html
index b7511a464624cb4cda4dd5f0ec9ee0b6a4ab1a08..87ac5ad4a601a5adb63dd1ff1e71871269fe5198 100644 (file)
@@ -29,7 +29,7 @@
         <p>When a URL is loaded, it typically makes a number of resource requests for CCS, JavaScript, image, and other files. Details about these requests can be viewed in the Requests activity.
             The navigation drawer has a link to the Requests activity and also shows how many requests were blocked. Tapping on a request displays details about why it was allowed or blocked.</p>
 
-        <p><img class="center21" src="images/request_details.png"></p>
+        <p><img class="center" src="images/request_details.png"></p>
 
         <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>:
             EasyList, EasyPrivacy, Fanboy’s Annoyance List, and Fanboy’s Social Blocking List.
@@ -69,9 +69,9 @@
             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/blocklists/">stoutner.com</a>.</p>
 
-        <p>Privacy Browser has two additional blocklists,
-            one called <a href="https://www.stoutner.com/privacy-browser/blocklists/ultraprivacy/">UltraPrivacy</a> that blocks trackers that EasyPrivacy allows,
-            and the other that blocks all third-party requests.
+        <p>Privacy Browser has three additional blocklists.
+            <a href="https://www.stoutner.com/privacy-browser/blocklists/ultralist/">UltraList</a> and <a href="https://www.stoutner.com/privacy-browser/blocklists/ultraprivacy/">UltraPrivacy</a>
+            block 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>.