]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/main/assets/it/guide_clear_and_exit.html
352eb689d9510679cd684dc2b3383e41d24032fd
[PrivacyBrowserAndroid.git] / app / src / main / assets / it / guide_clear_and_exit.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         <style>
25             h3 {
26                 color: 0D4781;
27             }
28
29             item {
30                 color: BF360C;
31                 font-weight: bold;
32             }
33         </style>
34     </head>
35
36     <body>
37         <h3>Pulizia dei dati di navigazione</h3>
38
39         <p><strong>Elimina Dati ed Esci</strong> esegue le seguenti azioni:</p>
40
41         <ul>
42             <li><item>Rimozione di tutti i cookie</item>.</li>
43             <li><item>Puliza del DOM storage</item>.</li>
44             <li><item>Rimozione di tutti i dati dei moduli</item>.</li>
45             <li><item>Puliza della cache, inclusi i file su memoria principale</item>.</li>
46             <li><item>Pulizia della cronologia di navigazione</item>.</li>
47             <li><item>Pulizia delle preferenze dei certificati SSL salvati</item> (Certificati SSL con errori ignorati).</li>
48             <li><item>Eliminazione dell'ultima URL visitata</item>.</li>
49             <li><item>Pulizia dello stato di WebView</item>.</li>
50             <li><item>Chiusura di Privacy Browser</item>. Per Android Lollipop o successivo (versione >= 5.0 o API >= 21), Privacy Browser viene anche rimosso dall'elenco delle app recenti.</li>
51         </ul>
52     </body>
53 </html>