X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fassets%2Fen%2Fguide_user_agent_dark.html;fp=app%2Fsrc%2Fmain%2Fassets%2Fen%2Fguide_user_agent_dark.html;h=854036a070d1a3e400a3515029a9d270cafd4df5;hp=0000000000000000000000000000000000000000;hb=afd9b8e690e34c11981eaed1fddbc259fc8cc49a;hpb=f5434ed563e4cb01c950d83aa4e179e2811a8612 diff --git a/app/src/main/assets/en/guide_user_agent_dark.html b/app/src/main/assets/en/guide_user_agent_dark.html new file mode 100644 index 00000000..854036a0 --- /dev/null +++ b/app/src/main/assets/en/guide_user_agent_dark.html @@ -0,0 +1,60 @@ + + + + + + + + + + +

Browser Identification

+ +

When web browsers connect to websites, they send a user agent, which identifies the browser and the rendering capabilities it possesses. + The web server 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 its own user agent, which is PrivacyBrowser/1.0. This sends a minimum of information to the web server. + Because web servers do not recognize this to be a mobile user agent, they typically display the desktop version of the site.

+ +

By comparison, WebView’s default user agent divulges a large amount of information about the hardware and software of the device. + On the Settings screen, selecting WebView Default as the User agent displays the user agent that will be sent. + The screenshot below shows a Nexus 6P running Android 7.1.2 with Android System WebView 60.0.3112.107 installed. + Most web servers will recognize this as a mobile browser and will display the mobile version of the site if they have one.

+ + + +

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 on this topic.

+ + + +

There are several preset user agents that match common browsers and operating systems. For browser fingerprinting 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.

+ +

Some websites do not function correctly if they do not recognize the user agent. + Using domain settings to set the user agent to WebView Default, or another user agent that is commonly recognized, usually resolves the problem. + 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