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 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. Lista blanca principal
  2. Lista blanca final
  3. Lista blanca de dominios
  4. Lista blanca inicial de dominios
  5. Lista blanca final de dominios
  6. Lista blanca de terceros
  7. Lista blanca de dominios de terceros
  8. Lista blanca inicial de dominios de terceros
  9. Lista negra principal
  10. Lista negra inicial
  11. Lista negra final
  12. Lista negra de dominios
  13. Lista negra inicial de dominios
  14. Lista negra final de dominios
  15. Lista negra de expresiones regulares de dominios
  16. Lista negra de terceros
  17. Lista negra inicial de terceros
  18. Lista negra de dominios de terceros
  19. Lista negra inicial de dominios de terceros
  20. Lista negra de expresiones regulares de terceros
  21. Lista negra de expresiones regulares de dominios de terceros
  22. Lista negra de expresiones regulares

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 a fifth blocklist that 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.