mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 20:59:23 +01:00
LibreAwoo: enable Global Privacy Control (GPC)
This commit is contained in:
parent
73604ae80f
commit
f159016a5e
@ -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
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user