响应请求

当一个链接加载,会对CCS,JavaScript,图片,和其他东西产生一个标志性的数字,这些请求的详细内容可以在请求活动中查看。导航栏显示链接请求数和被拒绝的请求数,点击请求来获得他为什么被拒绝或允许。

Privacy Browser includes four common filter lists based on the Adblock syntax: EasyList, EasyPrivacy, Fanboy’s Annoyance List, and Fanboy’s Social Blocking List. These filter lists are processed by Privacy Browser into the following 22 sublists, which check resource requests in the order listed.

  1. Main Allow List
  2. Final Allow List
  3. Domain Allow List
  4. Domain Initial Allow List
  5. Domain Final Allow List
  6. Third-Party Allow List
  7. Third-Party Domain Allow List
  8. Third-Party Domain Initial Allow List
  9. Main Block List
  10. Initial Block List
  11. Final Block List
  12. Domain Block List
  13. Domain Initial Block List
  14. Domain Final Block List
  15. Domain Regular Expression Block List
  16. Third-Party Block List
  17. Third-Party Initial Block List
  18. Third-Party Domain Block List
  19. Third-Party Domain Initial Block List
  20. Third-Party Regular Expression Block List
  21. Third-Party Domain Regular Expression Block List
  22. Regular Expression Block List

初始列表检查 URL 的开头。最终列表检查 URL 的末尾。域列表仅检查某些域。第三方列表仅在请求的根域与主 URL 的根域不同时才适用。正则表达式列表遵循正则表达式语法。 每个子列表项都有一个或多个条目。在域子列表的情况下,如果第一个条目与主 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 filter list entries are processed is available at stoutner.com.

Privacy Browser has three additional filter lists. UltraList and UltraPrivacy 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 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 filter list is disabled by default because it breaks a large number of websites.