user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit b8b3a4f7ed0903937b5e5bc7303d1605e33710cf
parent 7f1f9e124b11a0644ef5e67d59b770c9bef018eb
Author: earthlng <earthlng@users.noreply.github.com>
Date:   Tue, 29 May 2018 19:06:06 +0200

enable DNT header by default

pros and cons: see https://github.com/ghacksuserjs/ghacks-user.js/issues/422#issuecomment-392789507 + follow-up comments
Diffstat:
Muser.js | 10+++-------
1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/user.js b/user.js @@ -918,15 +918,11 @@ user_pref("network.http.referer.defaultPolicy.pbmode", 2); // (FF59+) default: 2 * TBB (Tor Browser Bundle) which is specifically designed for the dark web * [1] https://bugzilla.mozilla.org/1305144 ***/ user_pref("network.http.referer.hideOnionSource", true); -/* 1610: ALL: disable the DNT HTTP header, which is essentially USELESS - * It is voluntary and most ad networks do not honor it. DNT is *NOT* how you stop being data mined. - * Don't encourage a setting that gives any legitimacy to 3rd parties being in control of your privacy. - * Sending a DNT header *highly likely* raises entropy, especially in standard windows. +/* 1610: ALL: enable the DNT (Do Not Track) HTTP header * [SETTING] Privacy & Security>Tracking Protecting>Send websites a "Do Not Track"... * [SETTING-ESR52] Privacy>Use Tracking Protecting>manage your Do Not Track settings - * [NOTE] DNT is enforced with TP (see 0420) regardless of this pref (e.g. in default PB Mode) - * [NOTE] If you use NoScript MAKE SURE to set the pref noscript.doNotTrack.enabled to match ***/ -user_pref("privacy.donottrackheader.enabled", false); + * [NOTE] DNT is enforced with TP (see 0420) regardless of this pref ***/ +user_pref("privacy.donottrackheader.enabled", true); /*** 1700: CONTAINERS [SETUP] [1] https://support.mozilla.org/kb/containers-experiment