]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/main/assets/it/guide_tracking_ids.html
32ce7c66c3b73658e7539fc7d185f079a2f5b0b3
[PrivacyBrowserAndroid.git] / app / src / main / assets / it / guide_tracking_ids.html
1 <!--
2   Copyright 2017 Soren Stoutner <soren@stoutner.com>.
3
4   Translation 2017 Francesco Buratti.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
5
6   This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
7
8   Privacy Browser is free software: you can redistribute it and/or modify
9   it under the terms of the GNU General Public License as published by
10   the Free Software Foundation, either version 3 of the License, or
11   (at your option) any later version.
12
13   Privacy Browser is distributed in the hope that it will be useful,
14   but WITHOUT ANY WARRANTY; without even the implied warranty of
15   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16   GNU General Public License for more details.
17
18   You should have received a copy of the GNU General Public License
19   along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>. -->
20
21 <html>
22     <head>
23         <meta charset="UTF-8">
24
25         <!-- We have to make an image into its own block to center it. -->
26         <style>
27             h3 {
28                 color: 0D4781;
29             }
30
31             img.center {
32                 display: block;
33                 margin-left: auto;
34                 margin-right: auto;
35                 height: 640;
36                 width: 360;
37             }
38         </style>
39     </head>
40
41     <body>
42         <h3>Do Not Track</h3>
43
44         <p>Alcuni anni fa il W3C (World Wide Web Consortium) ha creato per i browser un meccanismo per informare i web server che preferiscono non essere tracciati.
45             Questo è ottenuto attraverso l'inclusione nella richiesta al server di un header denominato: <a href="https://en.wikipedia.org/wiki/Do_Not_Track">DNT (Do Not Track)</a>.</p>
46
47         <p>L'header DNT in realtà non garantisce nessuna privacy dal momento che la maggior parte dei web server lo ignora, come ad esempio Yahoo, Google, Microsoft e Facebook, che ignorano tutti almeno alcuni degli header DNT.</p>
48
49
50         <h3>Annunci</h3>
51
52         <p>Privacy Browser Free mostra nella parte inferiore dello schermo un banner pubblicitario che è popolato attraverso la Google’s AdMob network.
53             Di default Google fornisce la <a href="https://support.google.com/googleplay/android-developer/answer/6048248?hl=en">advertising ID</a> del dispositivo agli annunci mostrati.
54             Questa pratica permette alle compagnie pubblicitarie la creazione di un profilo del dispositivo che mostri quali app sono installate (quelle che mostrano l'annuncio), la loro frequenza di utilizzo, gli annunci che interessano all'utente.</p>
55
56         <p>Gli utenti possono scegliere di disattivare la advertising ID in <strong>Impostazioni</strong>, <strong>Google</strong>, <strong>Annunci</strong>.</p>
57
58         <img class="center" src="images/advertising_id.png">
59
60         <p>Lo scopo della versione free di Privacy Browser è quello di permettere agli utenti di provare la app e le sue funzionalità. La versione standard può essere acquistata su tutti i principali app stores o scaricata gratuitamente da
61             <a href="https://f-droid.org/repository/browse/?fdfilter=privacy+browser&fdid=com.stoutner.privacybrowser.standard">F-Droid</a>.</p>
62
63
64         <h3>Verizon Tracking Headers</h3>
65
66         <p>Verizon, uno dei principali vettori mobili negli Stati Uniti, aggiunge un tracking header a tutto il traffico HTTP non criptato sulla propria rete. La Electronic Frontier Foundation ha preso posizione relativamente
67             <a href="https://www.eff.org/deeplinks/2014/11/verizon-x-uidh">alle implicazioni sulla privacy di questa pratica</a>. Per effetto della pressione dell'opinione pubblica Verizon ha messo a disposizione la possibilità di
68             <a href="http://www.clark.com/how-opt-out-verizons-super-cookie-tracking">disattivare il tracking</a>.</p>
69     </body>
70 </html>