]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/main/assets/es/guide_tracking_ids_dark.html
First complete Russian translation.
[PrivacyBrowserAndroid.git] / app / src / main / assets / es / guide_tracking_ids_dark.html
1 <!--
2   Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
3
4   Translation 2017 Jose A. León Becerra.  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         <link rel="stylesheet" href="../css/dark_theme.css">
26     </head>
27
28     <body>
29         <h3><img class="title" src="../shared_images/ic_location_off_blue_dark.png"> No Rastrear</h3>
30
31         <p>Hace algunos años la W3C (Consorcio Mundial de la Red) creó un mecanismo para que los navegadores informaran a los servidores web que no les gustaría ser rastreados.
32             Esto se logra incluyendo un <a href="https://en.wikipedia.org/wiki/Do_Not_Track">encabezado DNT (Do Not Track o No Rastrear)</a> con las solicitudes web.</p>
33
34         <p>El encabezado DNT no provee realmente de mucha privacidad porque la mayoría de servidores web lo ignoran. Por ejemplo, Yahoo, Google, Microsoft y Facebook,
35             todos ellos ignoran al menos algunos encabezados DNT.</p>
36
37
38         <h3>Anuncios</h3>
39
40         <p>Navegador Privado Gratuito incluye un anuncio de banner en la parte inferior de la pantalla que está poblado por la red AdMob de Google.
41             Por defecto, Google proporciona el <a href="https://support.google.com/googleplay/android-developer/answer/6048248?hl=en">ID publicitario</a>
42             del dispositivo a los anuncios que se muestran a través de esta red.
43             Esto permite a las compañías publicitarias construir un perfil del dispositivo que muestre qué aplicaciones están instaladas (que muestran anuncios),
44             la frecuencia con la que se utilizan y los anuncios en los que está interesado el usuario.</p>
45
46         <p>Los usuarios pueden elegir deshabilitar el ID publicitario en <strong>Configuración</strong>, <strong>Google</strong>, <strong>Anuncios</strong>.</p>
47
48         <img class="center" src="images/advertising_id.png">
49
50         <p>El propósito de la versión gratuta de Navegador Privado es la de permitir a la gente probar las características de la aplicación.
51             La versión estándar se puede comprar en las principales tiendas de aplicaciones o descargarse gratuitamente de
52             <a href="https://f-droid.org/repository/browse/?fdfilter=privacy+browser&fdid=com.stoutner.privacybrowser.standard">F-Droid</a>.
53     </body>
54 </html>