]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/main/assets/es/guide_domain_settings.html
Update Guide → Domain Settings.
[PrivacyBrowserAndroid.git] / app / src / main / assets / es / 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"> Navegación web segura</h3>
45
46         <p>Por defecto Navegador Privado navega con Javascript, cookies y almacenamiento DOM desactivados.
47             Sin embargo, algunas páginas web necesitan legítimamente estas características para funcionar correctamente.
48             La configuración de dominio puede activar automáticamente un conjunto específico de características al visitar un dominio designado.</p>
49
50         <p><img class="center" src="images/domain_settings.png"></p>
51
52         <p>When visiting a domain that has domain settings specified, the background of the URL text box is green.</p>
53
54         <p><img class="center" src="../en/images/green_url_bar.png"></p>
55     </body>
56 </html>