LibreAwoo: comment the 7 options that policy accepted

This commit is contained in:
Aminda Suomalainen 2024-05-18 11:04:59 +03:00
parent c68e3f66ab
commit aac0a04564
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -12,7 +12,7 @@
// Firefox autoconfig
pref("autoadmin.global_config_url", "https://gitea.blesmrt.net/mikaela/shell-things/raw/branch/master/conf/librewolf.overrides.cfg");
pref("general.config.obscure_value", 0);
//pref("general.config.obscure_value", 0);
pref("autoadmin.refresh_interval", 120);
pref("autoadmin.offline_failover", true);
pref("autoadmin.failover_to_cached", true);
@ -31,7 +31,7 @@ pref("cookiebanners.service.mode.privateBrowsing", 2);
pref("cookiebanners.bannerClicking.enabled", true);
// https://globalprivacycontrol.org/ the successor of DNT
pref("privacy.globalprivacycontrol.enabled", true);
//pref("privacy.globalprivacycontrol.enabled", true);
pref("privacy.globalprivacycontrol.functionality.enabled", true);
pref("privacy.donottrackheader.enabled", true);
pref("privacy.donottrackheader.value", 1);
@ -62,7 +62,7 @@ pref("javascript.use_us_english_locale", true);
// the fingerprinting game. Then again as sending empty accept-language is
// valid ("just give me any"), what if I request only Finnish considering the
// RFC discourages sending rejection if no language matches.
defaultPref("intl.accept_languages", "fi, en");
//defaultPref("intl.accept_languages", "fi, en");
// Apparently even not sending accept-language is more common than Finnish,
// so let's do that. Any language is fine, at least I am not promoting English
// to every web site I visit.
@ -75,7 +75,7 @@ defaultPref("intl.accept_languages", "fi, en");
// Dark mode
//pref("ui.systemUsesDarkTheme", 1);
pref("prefers-color-scheme", "dark");
//pref("prefers-color-scheme", "dark");
//pref("pdfjs.viewerCssTheme", 2);
// Enable Firefox accounts
@ -125,7 +125,7 @@ pref("reader.parse-on-load.force-enabled", true);
//pref("network.trr.excluded-domains", "http.badssl.com,norwegianwifi.com,mywifiext.net,tplinkrepeater.net,router.asus.com");
// Default UI scale
defaultPref("layout.css.devPixelsPerPx", "1.5");
//defaultPref("layout.css.devPixelsPerPx", "1.5");
// Keep cache on both disk & memory. This is required for
// https://github.com/JimmXinu/FanFicFare/wiki/BrowserCacheFeature
@ -143,8 +143,8 @@ pref("browser.cache.memory.enable", true);
/** [SECTION] CONTAINERS
* enable containers and show the settings to control them in the stock ui
*/
pref("privacy.userContext.enabled", true);
pref("privacy.userContext.ui.enabled", true);
//pref("privacy.userContext.enabled", true);
//pref("privacy.userContext.ui.enabled", true);
//pref("browser.contentblocking.category", "strict");
pref("privacy.partition.always_partition_third_party_non_cookie_storage", true);