]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/main/assets/it/guide_domain_settings.html
720026f756af34837955dd571076f05b199fc3b5
[PrivacyBrowserAndroid.git] / app / src / main / assets / it / guide_domain_settings.html
1 <!--
2   Copyright 2017 Soren Stoutner <soren@stoutner.com>.
3
4   This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
5
6   Privacy Browser is free software: you can redistribute it and/or modify
7   it under the terms of the GNU General Public License as published by
8   the Free Software Foundation, either version 3 of the License, or
9   (at your option) any later version.
10
11   Privacy Browser is distributed in the hope that it will be useful,
12   but WITHOUT ANY WARRANTY; without even the implied warranty of
13   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14   GNU General Public License for more details.
15
16   You should have received a copy of the GNU General Public License
17   along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>. -->
18
19 <html>
20     <head>
21         <meta charset="UTF-8">
22         <style>
23             h3 {
24                 color: 0D4781;
25             }
26
27             img.title {
28                 vertical-align: bottom;
29                 height: 32;
30                 width: 32;
31             }
32
33             img.center {
34                 display: block;
35                 margin-left: auto;
36                 margin-right: auto;
37                 height: 640;
38                 width: 360;
39             }
40         </style>
41     </head>
42
43     <body>
44         <h3><img class="title" src="../en/images/ic_dns_dark_blue.png"> Navigazione sicura</h3>
45
46         <p>Privacy Browser dovrebbe essere utilizzato di default per navigare con JavaScript, cookies, e DOM storage disabiltati.
47             In ogni caso alcuni siti web necessitano legittimamente di queste funzionalità per essere visualizzati correttamente.
48             Le impostazioni dei Domini permettono di abilitare automaticamente specifici set di funzionalità per i domini che sono stati definiti.</p>
49
50         <p><img class="center" src="images/domain_settings.png"></p>
51
52         <p>Quando si accede a un dominio per cui sono state specificate impostazioni personalizzate la casella di testo dell'indirizzo URL si colora di verde.</p>
53
54         <p><img class="center" src="../en/images/green_url_bar.png"></p>
55     </body>
56 </html>