mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-18 06:31:01 +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
|
// Simplified DDG experience without prompts for extension and all
|
||||||
defaultPref("browser.startup.homepage", "https://start.duckduckgo.com");
|
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
|
// Attempt to keep last line empty just in case
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user