X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fassets%2Fes%2Fguide_javascript.html;h=1f7a577d8917b74ebf47860eb9fce8fdf5917eb4;hb=f5434ed563e4cb01c950d83aa4e179e2811a8612;hp=8215f7c3286b4f0e618adc435d7340ea49f8e4a4;hpb=2c8e83a7d1a044a5186020ac17d3cefb22b7f330;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/assets/es/guide_javascript.html b/app/src/main/assets/es/guide_javascript.html index 8215f7c3..1f7a577d 100644 --- a/app/src/main/assets/es/guide_javascript.html +++ b/app/src/main/assets/es/guide_javascript.html @@ -1,66 +1,77 @@ + 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 . --> - - - - - - -

JavaScript Is Powerful

- -

Back in the early days of the internet, web pages were static, meaning they they contained text and images that displayed on the screen - but didn't change or interact with the user. Of course, only so much that is interesting can happen with static content. - Several different technologies were developed to facilitate dynamic web pages. JavaScript was one of these technologies.

- -

JavaScript is a programming language. Many web servers host programs written in JavaScript, which are sent to devices as part of the web page. - The device runs the JavaScript on its local processor and follows the commands of the program, which can animate images on the website, - popup a menu, and do many other useful things.

- -

JavaScript Is Dangerous

-

Of course, the concept of running arbitrary programs from a website is potentially dangerous. So there are limitations placed on JavaScript - to keep it from doing things like installing viruses on the device. However, it turns out that these limitations are overly broad. - Below is a screenshot from webkay, which is a website that demonstrates the type of information that - JavaScript can produce about a device. Browser Leaks is another good resource.

- -

- -

For privacy purposes, the ideal would be to browse the internet with JavaScript disabled. However, there are some websites that legitimately require - JavaScript to accomplish their purposes and others that don't work correctly without JavaScript even though they could be programmed to do so. - Privacy Browser addresses this by making it easy to toggle JavaScript on and off. Tapping the privacy shield will toggle it between blue - or yellow (both of which indicate - that JavaScript is disabled) and red (JavaScript enabled) and and reload the website. - Looking at the different information webkay can collect with JavaScript enabled and disabled is informative.

- -

Browsing the internet with JavaScript disabled, and only enabling it if needed, goes a long way to protecting user privacy. In addition, JavaScript - is used to load much of the annoying advertisements and extra cruft that comes along with most modern websites. With it disabled, websites will - load faster, consume less network traffic, and only contain less annoying advertisements, instead of those that do things like cover up the text of the - entire web page.

- + + + + + + + + +

Javascript es poderoso

+ +

En los principios de internet las páginas web eran estáticas, sólo contenían textos e imágenes que eran mostradas en la pantalla y no podían cambiarse o interactuar con el usuario. + Por supuesto, nada muy interesante puede pasar con contenido estático. Se desarrollaron diferentes tecnologías para facilitar páginas web dinámicas. Javascript + es una de estas tecnologías.

+ +

Javascript es un lenguaje de programación. Muchos servidores web alojan programas escritos en Javascript, que son enviados a los dispositivos como parte de la página + web. El dispositivo ejecuta este Javascript en su procesador local y sigue los comandos del programa, el cual puede animar imágenes en dicho sitio web, abrir un menú emergente, y + hacer muchas otras cosas útiles.

+ + +

Javascript es peligroso

+ +

Por supuesto, el concepto de ejecutar programas arbitrarios de un sitio web es potencialmente peligroso. Es por ello que hay limitaciones en Javascript para evitar que haga cosas + como instalar virus. Sin embargo, resulta que estas limitaciones son demasiado amplias. Abajo tenemos una captura de pantalla de la web webkay, que es una web + que muestra el tipo de información que Javascript puede producir sobre un dispositivo. Browser Leaks es otro buen recurso.

+ +

+ +

Con fines de privacidad, lo ideal sería navegar por internet con Javascript deshabilitado. Sin embargo, hay algunas páginas web que requieren legítimamente de Javascript para lograr sus + propósitos, y otras que no funcionan correctamente sin Javascript aunque pudieran programarse para hacerlo así. Navegador Privado aborda esto haciendo sencillo el poder activar y desactivar Javascript. + Tocando el escudo de privacidad alternará entre azul o amarillo + (los cuales indican que Javascript está deshabilitado) y rojo (Javascript habilitado). + Revisar la diferente información que webkay puede recoger con Javascript habilitado y deshabilitado es informativo.

+ +

Navegar por internet con Javascript deshabilitado, y sólo habilitarlo cuando sea necesario, hace mucho en proteger la privacidad del usuario. + Además, Javascript se usa para cargar muchos de los molestos anuncios y demás basura que viene con las más modernas páginas web. + Al deshabilitarlo, las páginas web cargarán más rápido, consumirán menos tráfico de red y contendrán menos anuncios molestos, como aquellos que cubren el texto de toda la página web.

+ \ No newline at end of file