LibreAwoo: enable Global Privacy Control (GPC)

This commit is contained in:
Aminda Suomalainen 2024-01-26 13:37:54 +02:00
parent 73604ae80f
commit f159016a5e
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 4 additions and 0 deletions

View File

@ -101,5 +101,9 @@ defaultPref("browser.startup.page", 1);
// Simplified DDG experience without prompts for extension and all
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);
// Attempt to keep last line empty just in case
//