X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fassets%2Fes%2Fguide_user_agent.html;h=d8d979cbaea5d8ffb66f338f912e8651728a3621;hp=137da22db9820f8fe583ff82d4b92492cb1a862c;hb=8f4d6373a35a43a36050ed383f58c4074143b264;hpb=2c8e83a7d1a044a5186020ac17d3cefb22b7f330 diff --git a/app/src/main/assets/es/guide_user_agent.html b/app/src/main/assets/es/guide_user_agent.html index 137da22d..d8d979cb 100644 --- a/app/src/main/assets/es/guide_user_agent.html +++ b/app/src/main/assets/es/guide_user_agent.html @@ -1,73 +1,70 @@ + 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 . --> - - - - - - -

Browser Identification

- -

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.

- -

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 Settings screen and setting the User - agent to WebView Default. The screenshot below shows a Nexus 6P running Android 6.0.1 - with Android System WebView 51.0.2704.81 installed.

- - - -

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 Panopticlick - 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. Browser Leaks and - Am I Unique are also good sources of information.

- - - -

Privacy Browser allows you to change the user agent. There are several preset options that match common browsers and operating systems. - Privacy Browser also has 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. - For now, choosing something that has lots of hits on a web server, like Edge 13 on Windows 10, allows the device to - blend in with the crowd. Firefox or Chrome provide less privacy because 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.

- -

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.

- -

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.

- + + + + + + +

Identificación del navegador

+ +

Cuando los navegadores web se conectan a las páginas web, envían un agente de usuario, que identifica al navegador y a las capacidades de rendering que posee. + El servidor web puede usar esta información para decidir qué versión de página web enviar al navegador. + Por ejemplo, muchas páginas web tienen diferentes versiones para escritorio y para navegadores móviles.

+ +

Por defecto, Navegador Privado usa su propio agente de usuario, que es PrivacyBrowser/1.0. Éste envía un mínimo de información al servidor web. + Ya que los servidores web no lo reconocen como un agente de usuario móvil, lo que normalmente muestran es la versión de escritorio del sitio.

+ +

En comparación, el agente de usuario por defecto de WebView divulga una gran cantidad de información sobre el hardware y el software del dispositivo. + En la ventana Configuración, seleccionando WebView por defecto como el Agente de usuario muestra el agente de usuario que se enviará. + 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ía de servidores web reconocerán esto como un navegador móvil y mostrará la versión móvil del sitio si dispone de ella.

+ + + +

Existe tanta información en el agente de usuario que algunas veces será el mismo con sólo unos pocos visitantes a una página web. + Si el agente de usuario es combinado con otra pieza de información identificativa que no es única, esto da lugar a menudo a una huella única. + La Fundación de Frontera Electrónica (EFF) creó una herramienta llamada Panopticlick para demostrar cuánta informació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. + Browser Leaks (Fugas del navegador) y Am I Unique (¿Soy único?) son también buenas fuentes de información.

+ + + +

Existen varios agentes de usuario preestablecidos que coinciden con los más comunes navegadores y sistemas operativos. + A los efectos de huellas del navegador, todo lo que sea extraño es más fácil de rastrear. + Si Navegador Privado se vuelve común y mucha gente usa PrivacyBrowser/1.0 como su usuario de agente, será entonces una buena elección para su privacidad. + Firefox o Chrome son los usuarios de agente más comunes, pero se actualizan automáticamente y sus números de versión cambian tan rápidamente que es probable que los usuarios de agente incluídos + en Privacy Browser no estén ya en sintonía con la mayoría de agentes de usuario en los registros del servidor.

+ +

El WebView de android no permite que el agente de usuario esté en blanco. Si lo está, WebView simplemente envía el agente de usuario por defecto al servidor.

+ \ No newline at end of file