Skip to content

Commit

Permalink
move DNT to DON'T BOTHER
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorin-Oakenpants authored Dec 9, 2021
1 parent 72cc4d1 commit fe75baa
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -612,10 +612,6 @@ user_pref("network.http.referer.XOriginPolicy", 2);
/* 1602: control the amount of cross-origin information to send [FF52+]
* 0=send full URI (default), 1=scheme+host+port+path, 2=scheme+host+port ***/
user_pref("network.http.referer.XOriginTrimmingPolicy", 2);
/* 1603: enable the DNT (Do Not Track) HTTP header
* [NOTE] DNT is enforced with Enhanced Tracking Protection (2710)
* [SETTING] Privacy & Security>Enhanced Tracking Protection>Send websites a "Do Not Track" signal... ***/
// user_pref("privacy.donottrackheader.enabled", true);

/*** [SECTION 1700]: CONTAINERS
Check out Temporary Containers [2], read the article [3], and visit the wiki/repo [4]
Expand Down Expand Up @@ -1318,6 +1314,9 @@ user_pref("_user.js.parrot", "7000 syntax error: the parrot's pushing up daisies
* [WHY] It can compromise security. System addons ship with prefs, use those ***/
// user_pref("extensions.systemAddon.update.enabled", false); // [FF62+]
// user_pref("extensions.systemAddon.update.url", ""); // [FF44+]
/* 7015: enable the DNT (Do Not Track) HTTP header
* [WHY] DNT is enforced with Tracking Protection (2710) ***/
// user_pref("privacy.donottrackheader.enabled", true);

/*** [SECTION 8000]: DON'T BOTHER: NON-RFP
[WHY] They are insufficient to help anti-fingerprinting and do more harm than good
Expand Down

0 comments on commit fe75baa

Please sign in to comment.