X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fassets%2Fen%2Fguide_requests_dark.html;fp=app%2Fsrc%2Fmain%2Fassets%2Fen%2Fguide_requests_dark.html;h=0000000000000000000000000000000000000000;hb=39380e8e8bdb3b9e29569a263277c9c3112b44ac;hp=0f5c33c3150f0b608b9b197ae24ad62ce859f0af;hpb=86e63c8ed007311ab392d4beb7dd7ba64b9c3c70;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/assets/en/guide_requests_dark.html b/app/src/main/assets/en/guide_requests_dark.html deleted file mode 100644 index 0f5c33c3..00000000 --- a/app/src/main/assets/en/guide_requests_dark.html +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - - -

Resource Requests

- -

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.

- -

- -

Privacy Browser includes four common blocklists based on the Adblock syntax: - 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.

- -
    -
  1. Main Whitelist
  2. -
  3. Final Whitelist
  4. -
  5. Domain Whitelist
  6. -
  7. Domain Initial Whitelist
  8. -
  9. Domain Final Whitelist
  10. -
  11. Third-Party Whitelist
  12. -
  13. Third-Party Domain Whitelist
  14. -
  15. Third-Party Domain Initial Whitelist
  16. -
  17. Main Blacklist
  18. -
  19. Initial Blacklist
  20. -
  21. Final Blacklist
  22. -
  23. Domain Blacklist
  24. -
  25. Domain Initial Blacklist
  26. -
  27. Domain Final Blacklist
  28. -
  29. Domain Regular Expression Blacklist
  30. -
  31. Third-Party Blacklist
  32. -
  33. Third-Party Initial Blacklist
  34. -
  35. Third-Party Domain Blacklist
  36. -
  37. Third-Party Domain Initial Blacklist
  38. -
  39. Third-Party Regular Expression Blacklist
  40. -
  41. Third-Party Domain Regular Expression Blacklist
  42. -
  43. Regular Expression Blacklist
  44. -
- -

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. - Third-party lists only apply if the root domain of the request is different than the root domain of the main URL. - Regular expression lists follow the regular expression syntax. Each sublist item has one or more entry. - In the case of domain sublists, the resource request is only checked against the item if the first entry matches the domain of the main URL.

- -

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 stoutner.com.

- -

Privacy Browser has three additional blocklists. - UltraList and UltraPrivacy - 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 www.website.com loads a picture from images.website.com, - this is not blocked as a third-party request because they both share the same base domain of website.com. - Blocking all third-party requests increases privacy, but this blocklist is disabled by default because it breaks a large number of websites.

- - \ No newline at end of file