LibreAwoo: also add DNT

This commit is contained in:
Aminda Suomalainen 2024-01-26 14:05:05 +02:00
parent f159016a5e
commit 8ab30e9b09
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 3 additions and 0 deletions

View File

@ -104,6 +104,9 @@ defaultPref("browser.startup.homepage", "https://start.duckduckgo.com");
// https://globalprivacycontrol.org/ the successor of DNT
defaultPref("privacy.globalprivacycontrol.enabled", true);
defaultPref("privacy.globalprivacycontrol.functionality.enabled", true);
// and DNT itself
defaultPref("privacy.donottrackheader.enabled", true);
defaultPref("privacy.donottrackheader.value", 1);
// Attempt to keep last line empty just in case
//