X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fassets%2Fzh-rCN%2Fguide_tracking_ids.html;fp=app%2Fsrc%2Fmain%2Fassets%2Fzh-rCN%2Fguide_tracking_ids.html;h=c9ff429fbf07ee79f14a9e1d9d20385e6d68e02d;hb=02b0b4e07af55c442492bb1e295e4fd1bed52af8;hp=0000000000000000000000000000000000000000;hpb=9c000d5555b2c8e3bbe01dc21f13c6d0074eb482;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/assets/zh-rCN/guide_tracking_ids.html b/app/src/main/assets/zh-rCN/guide_tracking_ids.html new file mode 100644 index 00000000..c9ff429f --- /dev/null +++ b/app/src/main/assets/zh-rCN/guide_tracking_ids.html @@ -0,0 +1,54 @@ + + + + + + + + + + + + + +

Do Not Track

+ +

A few years ago the W3C (World Wide Web Consortium) created a mechanism for browsers to inform web servers that they would not like to be tracked. + This is accomplished by including a DNT (Do Not Track) header with web requests.

+ +

The DNT header doesn't really provide any privacy because most web servers ignore it. For example, Yahoo, Google, Microsoft, and Facebook all ignore at least some DNT headers. + Beginning with version 3.8, Privacy Browser no longer has the option to send a DNT header.

+ + +

URL Modification

+ +

Privacy Browser removes tracking IDs and AMP (Accelerated Mobile Pages) redirects from URL queries. + There is a blog post that is updated with the current list of modifications. + URL modification can be turned off in the settings if it is causing issues.

+ + +

X-Requested-With Header

+ +

Google programmed Android’s WebView to send an X-Requested-With header with every request. + The value of the X-Requested-With header is set to the application ID, which in the case of Privacy Browser is com.stoutner.privacybrowser.standard. + This can be disabled using WebView's DevTools.

+ +