X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fassets%2Fes%2Fguide_user_agent.html;fp=app%2Fsrc%2Fmain%2Fassets%2Fes%2Fguide_user_agent.html;h=137da22db9820f8fe583ff82d4b92492cb1a862c;hb=2c8e83a7d1a044a5186020ac17d3cefb22b7f330;hp=0000000000000000000000000000000000000000;hpb=c3c399fcc6ada5f970e3d75102ad8e61303903a0;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/assets/es/guide_user_agent.html b/app/src/main/assets/es/guide_user_agent.html new file mode 100644 index 00000000..137da22d --- /dev/null +++ b/app/src/main/assets/es/guide_user_agent.html @@ -0,0 +1,73 @@ + + + + + + + + + +

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.

+ + \ No newline at end of file