X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fassets%2Fit%2Fguide_local_storage.html;h=fa5cd590a8f8b3de2f715d6fecb4af5cb03ef374;hp=d4d93f7cefac5291698d5a99a1fa90ab908facc9;hb=aa9590ff1a1097733bdda217ce1fe6f1fc93afc3;hpb=64a6619a90b004521e549cd284f76d9a9d9e95f0 diff --git a/app/src/main/assets/it/guide_local_storage.html b/app/src/main/assets/it/guide_local_storage.html index d4d93f7c..fa5cd590 100644 --- a/app/src/main/assets/it/guide_local_storage.html +++ b/app/src/main/assets/it/guide_local_storage.html @@ -1,99 +1,92 @@ + along with Privacy Browser Android. If not, see . --> - + + + + + + -

First-Party Cookies

+

Cookies proprietari

+ +

I cookies proprietari sono definiti dal sito web nella barra della URL all'inizio della pagina.

-

First-party cookies are set by the website in the URL bar at the top of the page.

+

Fin dagli albori di internet divenne ovvio che sarebbe stato molto utile per i siti web essere in grado di salvare informazioni sui computer per eventuali accessi successivi. + Ad esempio, un sito web che fornisca informazioni meteo potrebbe chiedere all'utente la sua posizione geografica e salvarla in un cookie. + Nel caso di un accesso successivo al sito web da parte dell'utente, le informazioni meteo sarebbero quindi caricate in automatico per quella posizione geografica, + senza che si renda necessario per l'utente indicarla nuovamente.

-

From the early days of the internet, it became obvious that it would be advantageous for websites to be able to store - information on a computer for future access. For example, a website that displays weather information could ask the - user for a zip code, and then store it in a cookie. The next time the user visited the website, weather information - would automatically load for that zip code, without the user having to enter the zip code, and without the need for - the user to create an account on the website (which would be overkill for such a simple task).

+

Come per quasi ogni cosa sul web, persone intelligenti hanno ideato moltissimi modi per abusare dei cookies e usarli per finalità che gli utenti non approverebbero, + se solo sapessero cosa sta succedendo. Ad esempio, un sito web può salvare su un dispositivo un cookie con un numero seriale univoco. + In questo modo, ogni volta che l'utente visiterà il sito da quel dispositivo, sarà collegato ad un profilo unico mantenuto sul server per quel particolare numero seriale, + anche se il dispositivo si connette con indirizzo IP diverso.

-

Like everything else on the web, clever people figured out all types of ways to abuse cookies to do things that users - would not approve of if they knew they were happening. For example, a website can set a cookie with a unique serial - number on a device. Then, every time a user visits the website on that device, it can be linked to a unique profile - the server maintains for that serial number, even if the device connects from different IP addresses, as cell phones often do.

+

Quasi tutti i siti web con login richiedono che i cookies siano abilitati perché l'utente possa accedere. + E' questo il metodo che utilizzano per essere sicuri che sia sempre lo stesso utente che si sposta da una pagina all'altra del sito ed è, a nostro parere, l'unico utilizzo legittimo dei cookies.

-

Many websites with logins require first-party cookies to be enabled for a user to stay logged in. Cookies aren’t the only way - a website can maintain a user logged in as they move from page to page on the site, but if a particular website has chosen to - implement logins in that way, enabling first-party cookies on that site will be the only way to use the functionality.

+

WebView di Android gestisce i cookie come impostazione a livello di app, e questo implica che i cookie sono attivi o disattivi per tutte le schede in Privacy Browser. + Il risultato è che le impostazioni dei cookie per una scheda qualsiasi che è visualizzata regolano le impostazioni relative ai cookie anche per tutte le schede in background. + Nel caso in cui si abbia una scheda in background con i cookie abilitati ad esempio per essere loggati in un sito web e si passi a una scheda che non li ha abilitati, + vengono disabilitati i cookie per tutte le schede. + Se la scheda in background effettua una richiesta, ad esempio per verificare se qualche informazione è stata aggiornata, + quella richiesta sarà inviata senza cookie e questo provocherà il log out dal sito. + Questa è una limitazione che sarà rimossa con il rilascio di Privacy WebView nella serie 4.x.

-

If first-party cookies are enabled but JavaScript is disabled, the privacy icon will be yellow - as a warning.

+

Se i cookies sono abilitati ma JavaScript è disabilitato, l'icona della privacy sarà gialla come avvertimento.

-

Third-Party Cookies

+

Cookies di terze parti

-

Third-party cookies are set by portions of a website that are loaded from servers different from the URL at the top of the page. - For example, most website that have advertisements load them from a third-party ad broker, like Google’s - Ad Sense. Every time the website loads, it requests the ad - broker to display an ad. The ad broker analyzes any information they may have about the user, looks at the current - rate advertisers are willing to pay for their ads, and selects the one to display. The section of the website that displays - the ads is loaded from the third-party broker’s server instead of the main server.

+

I cookies di terze parti sono impostati da porzioni di un sito web che sono caricate da server diversi dalla URL in cima alla pagina web. + Non esiste mai alcuna ragione valida per abilitare i cookies di terze parti. Privacy Browser 3.8 ha rimosso questa opzione, e anche Google sta pianificando di + disabilitarli in futuro.

-

Because most of the advertisements on the internet are processed by only a few brokers, it didn’t take long for them to realize - that they could set a tracking cookie on the user’s device and know every place that user goes. Every time an ad loads from a broker, - the first thing it does it check to see if if the device already has a unique serial number in a tracking cookie. If it does, it looks up - the profile for that serial number and makes a note of the new site. This is why a user can do a search on one website for a - product they typically don’t look for, like walnuts, and then suddenly start seeing advertisements for walnuts on every - website they visit.

-

In addition to ad brokers, social media sites discovered they could get in on the action. A few years ago, the major social media sites - like Facebook and Twitter convinced a large number of websites that it would be in there best interest to place little social media - icons on their pages. These are not just images. They contain embedded code that - links back to the social media site, and, among other things, loads a third-party cookie on the device. These cookies are placed even if the user does - not have an account with the social media platform. Over time, companies like Facebook (which also runs an ad network) have built up quite a large number - of detailed profiles about people who have never even - created an account on their site.

+

DOM Storage

-

There is almost no good reason to ever enable third-party cookies. On devices with Android KitKat or older (version <= 4.4.4 or API <= 20), WebView - does not differentiate - between first-party and third-party cookies. Thus, enabling first-party cookies will also enable third-party cookies.

+

Il Document Object Model storage, conosciuto anche come web storage, è come se fossero i cookies con gli steroidi. + Laddove la massima dimensione di memeoria utilizzata da tutti i cookies di una singola URL è di 4 kilobyte, il DOM storage può memorizzare anche + alcuni megabyte per ogni sito. + A differenza dei cookies, il DOM storage non invia tutti i dati nelle intestazioni con ogni richiesta. + Al contrario utilizza JavaScript per leggere e scrivere i dati, il che significa che non può funzionare se JavaScript è disabilitato.

-

DOM Storage

+

Dati dei moduli

-

Document Object Model storage, also known as web storage, is like cookies on steroids. Whereas the maximum combined storage size for all cookies from - a single URL is 4 kilobytes, DOM storage can hold megabytes per site. - Because DOM storage uses JavaScript to read and write data, enabling it will do nothing unless JavaScript is also enabled.

+

I dati dei moduli contengono informazioni che sono digitate nei web forms, come il nome dell'utente, gli indirizzi, numeri di telefono, ecc., + e li elenca in un menù a tendina in caso di accessi futuri. + A differenza delle altre modalità di memorizzazione locale, i dati dei moduli non vengono inviati ai web server senza che ci sia una interazione con l'utente. + A partire da Android Oreo (versione 8.0, API 26), i dati dei moduli di WebView sono stati sostituiti dal + servizio Autofill. + Per questo motivo i controlli dei dati dei moduli non sono presenti nei dispositivi Android più recenti.

-

Form Data

+

Elimina dati ed esci

-

Form data contains information typed into web forms, like user names, addresses, phone numbers, etc., and lists them in a drop-down box on future visits. - Unlike the other forms of local storage, form data is not sent to the web server without specific user interaction.

+

Elimina dati ed esci viene eseguito ogni volta che viene chiusa l'ultima scheda oppure quando viene selezionato il comando Elimina dati ed esci dal menù di navigazione. + Di default questo comando cancella i cookie, il DOM storage, i dati dei moduli, il logcat e la cache di WebView. + In sostanza elimina completamente le cartelle app_webview e cache. Il comportamento di Elimina dati ed esci può essere configurato nelle impostazioni.

\ No newline at end of file