]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commitdiff
Updated Spanish Guide → User Agent provided by Jose A. León Becerra.
authorSoren Stoutner <soren@stoutner.com>
Tue, 24 Jan 2017 18:01:39 +0000 (11:01 -0700)
committerSoren Stoutner <soren@stoutner.com>
Tue, 24 Jan 2017 18:01:39 +0000 (11:01 -0700)
app/src/main/assets/de/about_changelog.html
app/src/main/assets/en/about_changelog.html
app/src/main/assets/es/about_changelog.html
app/src/main/assets/es/guide_user_agent.html
app/src/main/assets/es/images/user_agent.png [new file with mode: 0644]
app/src/main/res/values/strings.xml

index b7235e6c5fcd060ea8ea3ad892da0dcb40b13121..dbbface774176d2150ce6ccd54ac0558a0f6453d 100644 (file)
@@ -33,7 +33,7 @@
 <body>\r
 \r
 <h3>1.14.1 (version code 17)</h3>\r
-<p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=5bd318993ebf675433f514dd04fc3e29545c9312">4 January 2016</a> - minimum API 19, target API 25</p>\r
+<p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=5bd318993ebf675433f514dd04fc3e29545c9312">4 January 2017</a> - minimum API 19, target API 25</p>\r
 <ul>\r
     <li>Fix a bug that caused Privacy Browser to <a href="https://redmine.stoutner.com/issues/80">crash on some websites</a> when ad blocking was enabled.</li>\r
 </ul>\r
index 1aecf7e01ba599321134a1fdbae79fb2440d8bb7..e9f1100ec0354d1797be074d5cfa1327862fedb2 100644 (file)
@@ -27,7 +27,7 @@
 
     <body>
         <h3>1.14.1 (version code 17)</h3>
-        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=5bd318993ebf675433f514dd04fc3e29545c9312">4 January 2016</a> - minimum API 19, target API 25</p>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=5bd318993ebf675433f514dd04fc3e29545c9312">4 January 2017</a> - minimum API 19, target API 25</p>
         <ul>
             <li>Fix a bug that caused Privacy Browser to <a href="https://redmine.stoutner.com/issues/80">crash on some websites</a> when ad blocking was enabled.</li>
         </ul>
index 43196d2bc16a9e34937e08bd3915d14f4c343e57..79e580872bef9287262cc00b2da9f17b55df7b30 100644 (file)
@@ -28,7 +28,7 @@
 <body>
 
 <h3>1.14.1 (c&oacute;digo de versi&oacute;n 17)</h3>
-<p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=5bd318993ebf675433f514dd04fc3e29545c9312">4 de enero de 2016</a> - API m&iacute;nimo 19, API dirigido 25</p>
+<p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=5bd318993ebf675433f514dd04fc3e29545c9312">4 de enero de 2017</a> - API m&iacute;nimo 19, API dirigido 25</p>
 <ul>
     <li>Arreglar un error que caus&oacute; Navegador Privado <a href="https://redmine.stoutner.com/issues/80">colgarse en algunas p&aacute;ginas de web</a> cuando el bloqueador de anuncios estaba habilitado.</li>
 </ul>
index f85fda1c2b3d3875e07a7659f827c8d14dba48ac..8e7a29b5b302228f8b8fd0a4f05742d5e1ef2a71 100644 (file)
@@ -1,72 +1,70 @@
 <!--
-  Copyright 2016 Soren Stoutner <soren@stoutner.com>.
+  Copyright 2017 Soren Stoutner <soren@stoutner.com>.
 
-  This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
+  Translation 2017 Jose A. León Becerra.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
 
-  Privacy Browser is free software: you can redistribute it and/or modify
-  it under the terms of the GNU General Public License as published by
-  the Free Software Foundation, either version 3 of the License, or
-  (at your option) any later version.
+  Este archivo es parte de Navegador Privado (Privacy Browser) <https://www.stoutner.com/privacy-browser>.
 
-  Privacy Browser is distributed in the hope that it will be useful,
-  but WITHOUT ANY WARRANTY; without even the implied warranty of
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-  GNU General Public License for more details.
+  Navegador Privado (Privacy Browser) es software libre: puedes redistribuirlo y/o modificarlo
+  bajo los términos de la Licencia Pública General GNU, como se ha publicado por
+  la Fundación del Software Libre, tanto la versión 3 de la Licencia, o
+  (a su opción) cualquier versión posterior.
 
-  You should have received a copy of the GNU General Public License
-  along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>. -->
+  Navegador Privado (Privacy Browser) es distribuído con la esperanza de que será útil,
+  pero SIN NINGUNA GARANTÍA; ni siquiera la garantía implícita de
+  MERCANTILIDAD o APTITUD PARA UN PROPÓSITO PARTICULAR.  Vea la
+  Licencia Pública General para más detalles.
+
+  Usted debería haber recibido una copia de la Licencia Pública General GNU
+  junto con Navegador Privado (Privacy Browser).  Si no es así, vea <http://www.gnu.org/licenses/>. -->
 
 <html>
-<head>
-<!-- We have to make an image into its own block to center it. -->
-<style>
-    h3 {
-        color: 0D4781;
-    }
-
-    img.center {
-        display: block;
-        margin-left: auto;
-        margin-right: auto;
-    }
-</style>
-</head>
-
-<body>
-<h3>Browser Identification</h3>
-
-<p>When web browsers connect to websites, they send a user agent, which identifies the browser and the
-    rendering capabilities it possesses. They website can use this information to decide which version of the
-    website to send to the browser. For example, many websites have different versions for desktop and
-    mobile browsers.</p>
-
-<p>By default, Privacy Browser uses the built-in user agent that comes with the WebView installed on the
-    device. You can see what it is by going to the <strong>Settings</strong> screen and setting the <strong>User
-    agent</strong> to <strong>WebView Default</strong>. The screenshot below shows a Nexus 6P running Android 6.0.1
-    with Android System WebView 51.0.2704.81 installed.</p>
-
-<img class="center" src="../en/images/user_agent.png" height="640" width="360">
-
-<p>There is enough information in the user agent that sometimes only a few visitors to a website will be the same. If the user agent
-    is combined with another piece of non-unique identifying information, often it results in a unique fingerprint.
-    The Electronic Frontier Foundation created a tool called <a href="https://panopticlick.eff.org/">Panopticlick</a>
-    to demonstrate how much information can be gleaned from these sources. If this test is run with JavaScript enabled the
-    amount of information that is disclosed increases greatly. <a href="https://www.browserleaks.com">Browser Leaks</a> and
-    <a href="https://amiunique.org/">Am I Unique</a> are also good sources of information.</p>
-
-<img class="center" src="../en/images/panopticlick.png" height=640" width="360">
-
-<p>Privacy Browser allows you to change the user agent. There are several preset options that match common browsers and operating systems.
-    Privacy Browser defaults to its own user agent, which is simply PrivacyBrowser/1.0. For tracking purposes, anything that is rare is easier
-    to track. If Privacy Browser becomes common and many people use PrivacyBrowser/1.0 as their user agent, it will be a good choice for privacy.
-    Firefox or Chrome are the most common user agents, but they auto-update and their version numbers change so quickly
-    that it is likely the user agents included in Privacy Browser will often be out of step with the majority of user agents in the
-    server logs.</p>
-
-<p>A second reason to change the user agent is to convince the web server to send the desktop version of the web page, which often works
-    better on modern smart phones than the mobile version. For this purpose, PrivacyBrowser/1.0 works well, because web servers typically
-    default to the desktop version unless they recognize a phone browser agent.</p>
-
-<p>Android's WebView does not allow the user agent to be blank. If it is, WebView simply sends the default user-agent to the server.</p>
-</body>
+    <head>
+        <!-- We have to make an image into its own block to center it. -->
+        <style>
+            h3 {
+                color: 0D4781;
+            }
+
+            img.center {
+                display: block;
+                margin-left: auto;
+                margin-right: auto;
+            }
+        </style>
+    </head>
+
+    <body>
+        <h3>Identificaci&oacute;n del navegador</h3>
+
+        <p>Cuando los navegadores web se conectan a las p&aacute;ginas web, env&iacute;an un agente de usuario, que identifica al navegador y a las capacidades de rendering que posee.
+            El servidor web puede usar esta informaci&oacute;n para decidir qu&eacute; versi&oacute;n de p&aacute;gina web enviar al navegador.
+            Por ejemplo, muchas p&aacute;ginas web tienen diferentes versiones para escritorio y para navegadores m&oacute;viles.</p>
+
+        <p>Por defecto, Navegador Privado usa su propio agente de usuario, que es PrivacyBrowser/1.0. &Eacute;ste env&iacute;a un m&iacute;nimo de informaci&oacute;n al servidor web.
+            Ya que los servidores web no lo reconocen como un agente de usuario m&oacute;vil, lo que normalmente muestran es la versi&oacute;n de escritorio del sitio.</p>
+
+        <p>En comparaci&oacute;n, el agente de usuario por defecto de WebView divulga una gran cantidad de informaci&oacute;n sobre el hardware y el software del dispositivo.
+            En la ventana <strong>Configuraci&oacute;n</strong>, seleccionando <strong>WebView por defecto</strong> como el <strong>Agente de usuario</strong> muestra el agente de usuario que se enviar&aacute;.
+            La captura de pantalla de abajo muestra un Nexus 6P corriendo Android 7.1.1 con el sistema de android WebView 55.0.2883.91 instalado.
+            La mayor&iacute;a de servidores web reconocer&aacute;n esto como un navegador m&oacute;vil y mostrar&aacute; la versi&oacute;n m&oacute;vil del sitio si dispone de ella.</p>
+
+        <img class="center" src="images/user_agent.png" height="640" width="360">
+
+        <p>Existe tanta informaci&oacute;n en el agente de usuario que algunas veces ser&aacute; el mismo con s&oacute;lo unos pocos visitantes a una p&aacute;gina web.
+            Si el agente de usuario es combinado con otra pieza de informaci&oacute;n identificativa que no es &uacute;nica, esto da lugar a menudo a una huella &uacute;nica.
+            La Fundaci&oacute;n de Frontera Electr&oacute;nica (EFF) cre&oacute; una herramienta llamada <a href="https://panopticlick.eff.org/">Panopticlick</a> para demostrar cu&aacute;nta informaci&oacute;n puede ser recogida de estas fuentes.
+            Si esta prueba se realiza con javascript habilitado, la cantidad de información que es revelada aumenta grandemente.
+            <a href="https://www.browserleaks.com">Browser Leaks (Fugas del navegador)</a> y <a href="https://amiunique.org/">Am I Unique (¿Soy &uacute;nico?)</a> son tambi&eacute;n buenas fuentes de informaci&oacute;n.</p>
+
+        <img class="center" src="../en/images/panopticlick.png" height=640" width="360">
+
+        <p>Existen varios agentes de usuario preestablecidos que coinciden con los m&aacute;s comunes navegadores y sistemas operativos.
+            A los efectos de huellas del navegador, todo lo que sea extra&ntilde;o es m&aacute;s f&aacute;cil de rastrear.
+            Si Navegador Privado se vuelve com&uacute;n y mucha gente usa PrivacyBrowser/1.0 como su usuario de agente, ser&aacute; entonces una buena elecci&oacute;n para su privacidad.
+            Firefox o Chrome son los usuarios de agente m&aacute;s comunes, pero se actualizan autom&aacute;ticamente y sus n&uacute;meros de versi&oacute;n cambian tan r&aacute;pidamente que es probable que los usuarios de agente inclu&iacute;dos
+            en Privacy Browser no est&eacute;n ya en sinton&iacute;a con la mayor&iacute;a de agentes de usuario en los registros del servidor.</p>
+
+        <p>El WebView de android no permite que el agente de usuario est&eacute; en blanco. Si lo est&aacute;, WebView simplemente env&iacute;a el agente de usuario por defecto al servidor.</p>
+    </body>
 </html>
\ No newline at end of file
diff --git a/app/src/main/assets/es/images/user_agent.png b/app/src/main/assets/es/images/user_agent.png
new file mode 100644 (file)
index 0000000..1bdc7b8
Binary files /dev/null and b/app/src/main/assets/es/images/user_agent.png differ
index 3d0a7db24fb624b4c33a09b53625799397400521..b92ba9c00a308aa5b96b2ee9199915f05dde2bba 100644 (file)
         <string name="block_ads">Block ads</string>
         <string name="block_ads_summary">Use the list of ad servers from pgl.yoyo.org to block ads.</string>
         <string name="do_not_track">Do Not Track</string>
-        <string name="do_not_track_summary">Send the Do Not Track header which politely suggests that web servers not track this browser.</string>
+        <string name="do_not_track_summary">Send the Do Not Track header, which politely suggests that web servers not track this browser.</string>
         <string name="proxy_through_orbot">Proxy through Orbot</string>
         <string name="proxy_through_orbot_summary">Proxy all web traffic through Orbot on localhost:8118.</string>
     <string name="search">Search</string>