Quando um URL é carregado, ele normalmente faz várias solicitações de recursos para CCS, JavaScript, imagem e outros arquivos. Os detalhes sobre essas solicitações podem ser visualizados na atividade Solicitações. A gaveta de navegação possui um link para a atividade Solicitações e também mostra quantas solicitações foram bloqueadas. Tocar em uma solicitação exibe detalhes sobre por que ela foi permitida ou bloqueada.
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.
As listas iniciais são comparadas ao início do URL. As listas finais são comparadas ao final do URL. As listas de domínio verificam apenas em alguns domínios. As listas de terceiros só se aplicam se o domínio raiz da solicitação for diferente do domínio raiz do URL principal. Listas de expressões regulares seguem a sintaxe de expressão regular. Cada item da sublista possui uma ou mais entradas. No caso de sublistas de domínio, a solicitação de recurso só é verificada em relação ao item se a primeira entrada corresponder ao domínio do URL principal.
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.