X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fassets%2Fit%2Fguide_requests_dark.html;fp=app%2Fsrc%2Fmain%2Fassets%2Fit%2Fguide_requests_dark.html;h=aeb20fb9efcec7fec6e132c9d949aef8a600eb86;hb=c3f5fb6cb3db4582c15beda3219a84d23ede1ce2;hp=920d7ee024f3beead36fd4f2b984c59efc825d9d;hpb=7bc7a51a468fd1a5e4801b2fd2c6a7b38ac36ba1;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/assets/it/guide_requests_dark.html b/app/src/main/assets/it/guide_requests_dark.html index 920d7ee0..aeb20fb9 100644 --- a/app/src/main/assets/it/guide_requests_dark.html +++ b/app/src/main/assets/it/guide_requests_dark.html @@ -26,16 +26,18 @@ -

Resource Requests

+

Richieste di Risorse

-

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.

+

Quando viene caricata un URL, generalmente effettua un certo numero di richieste di risorse per CCS, JavaScript, immagini, e altri files. + I dettagli relativi a queste richieste possono essere visualizzati nella scheda delle Richieste. + Il menù a cassetto ha un collegamento alla scheda delle richieste e mostra quante sono state bloccate. + Se si tocca una delle richieste in elenco vengono mostrati i dettagli sui motivi per cui è stata permessa o bloccata.

-

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.

+

Privacy Browser include quattro liste di blocco basate sulla Sintassi di Adblock: + EasyList, EasyPrivacy, Fanboy’s Annoyance List, e Fanboy’s Social Blocking List. + Queste blocklist sono processate da Privacy Browser nelle seguenti 22 liste secondarie, che verificano le richieste di risorse nell'ordine elencato.

  1. Whitelist principale
  2. @@ -62,18 +64,20 @@
  3. Blacklist per le espressioni regolari
-

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.

+

Le liste iniziali servono per la verifica della parte iniziale delle URL. Le liste iniziali servono per la verifica della parte finale delle URL. + Le liste dei domini servono per la verifica di certi domini. Le liste di terze parti si applicano solo se il dominio di root della richiesta è diverso dal dominio di root della URL principale. + Le liste per le espressioni regolari seguono la sintassi delle espressioni regolari. + Ogni oggetto delle liste secondarie ha uno o più elementi. + Nel caso delle liste secondarie dei domini, la richiesta di risorse è verificata solo se il primo elemento combacia con il dominio della URL principale.

-

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.

+

A causa delle limitazioni della WebView di Android, e per velocizzare il processo delle richiesta, Privacy Browser implementa una versione semplificata della sintassi di Adblock. + Questo approccio potrebbe a volte portare ad avere falsi positivi, nel caso in cui le risorse siano bloccate o permesse in modi che non erano previsti dall'elemento originale. + Una descrizione più dettagliata su come sono processati gli elementi delle liste di blocco è disponibile su 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.

+

Privacy Browser ha una quinta lista di blocco che blocca tutte le richieste di terze parti. + Una richiesta è considerata di terze parti solo se il dominio di base della richiesta è diverso dal dominio di base della URL. + Ad esempio se www.website.com carica un'immagine da images.website.com, + questa non è bloccata come richiesta di terze parti, perchè il dominio di base è lo stesso: website.com. + Il blocco di tutte le richieste di terze parti aumenta la privacy, ma questa lista di blocco è disabilitata di default perchè impedisce la corretta visualizzazione di un gran numero di siti web.

\ No newline at end of file