Ne pas me suivre

Il y a quelques années, le W3C (Consortium World Wide Web) a créé un mécanisme permettant aux navigateurs d'informer les serveurs Web qu'ils ne voudraient pas être suivis. Ceci est réalisé en incluant un en-tête DNT (Ne pas suivre) avec les requêtes Web.

L'en-tête DNT ne fournit pas vraiment de confidentialité car la plupart des serveurs Web l'ignorent. Par exemple, Yahoo, Google, Microsoft et Facebook ignorent tous au moins certains en-têtes DNT. À partir de la version 3.8, Privacy Browser n'a plus l'option d'envoyer un en-tête DNT.

Modification d'URLs

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. Currently, it isn't possible to remove this header, but the value can be changed. By default, Privacy Browser sends a null (empty) value for the X-Requested-With header. Even though the spec allows for null header values, some web servers don't like them, so Privacy Browser has the option to revert to the default behavior of sending the app ID. Because this setting is cached when a URL is first loaded, and isn't changed when reloading a page or navigating history, changes to this setting may not be applied until Privacy Browser is restarted. There is a blog post with additional information. The X-Requested-With header will be completely removed in the 4.x series with the release of Privacy WebView.