X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fassets%2Fit%2Fguide_requests_dark.html;fp=app%2Fsrc%2Fmain%2Fassets%2Fit%2Fguide_requests_dark.html;h=920d7ee024f3beead36fd4f2b984c59efc825d9d;hp=0000000000000000000000000000000000000000;hb=7bc7a51a468fd1a5e4801b2fd2c6a7b38ac36ba1;hpb=69b0fea4c49422f5e3c377994c4cf249bdc5a434 diff --git a/app/src/main/assets/it/guide_requests_dark.html b/app/src/main/assets/it/guide_requests_dark.html new file mode 100644 index 00000000..920d7ee0 --- /dev/null +++ b/app/src/main/assets/it/guide_requests_dark.html @@ -0,0 +1,79 @@ + + + + + + + + + + +

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. Whitelist principale
  2. +
  3. Whitelist finale
  4. +
  5. Whitelist per i domini
  6. +
  7. Whitelist iniziale
  8. +
  9. Whitelist finale
  10. +
  11. Whitelist di terze parti
  12. +
  13. Whitelist di terze parti per i domini
  14. +
  15. Whitelist di terze parti iniziale per i domini
  16. +
  17. Blacklist principale
  18. +
  19. Blacklist iniziale
  20. +
  21. Blacklist finale
  22. +
  23. Blacklist per i domini
  24. +
  25. Blacklist iniziale
  26. +
  27. Blacklist finale
  28. +
  29. Blacklist per le espressioni regolari
  30. +
  31. Blacklist di terze parti
  32. +
  33. Blacklist di terze parti iniziale
  34. +
  35. Blacklist di terze parti per i domini
  36. +
  37. Blacklist di terze parti iniziale per i domini
  38. +
  39. Blacklist di terze parti per le espressioni regolari
  40. +
  41. Blacklist di terze parti per le espressioni regolari per i domini
  42. +
  43. Blacklist per le espressioni regolari
  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 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.

+ + \ No newline at end of file