mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 19:22:46 +01:00
LibreAwoo: also add DNT
This commit is contained in:
parent
f159016a5e
commit
8ab30e9b09
@ -104,6 +104,9 @@ defaultPref("browser.startup.homepage", "https://start.duckduckgo.com");
|
|||||||
// https://globalprivacycontrol.org/ the successor of DNT
|
// https://globalprivacycontrol.org/ the successor of DNT
|
||||||
defaultPref("privacy.globalprivacycontrol.enabled", true);
|
defaultPref("privacy.globalprivacycontrol.enabled", true);
|
||||||
defaultPref("privacy.globalprivacycontrol.functionality.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
|
// Attempt to keep last line empty just in case
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user