X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/6f704085e861dd237f5f4023e68ba3a7a5eb9273..57f9ed7a8fc80250bae6c6d0b48d68b64a677563:/librewolf/librewolf.overrides.cfg diff --git a/librewolf/librewolf.overrides.cfg b/librewolf/librewolf.overrides.cfg index b886e70..f2c9f6b 100644 --- a/librewolf/librewolf.overrides.cfg +++ b/librewolf/librewolf.overrides.cfg @@ -2,30 +2,28 @@ pref("identity.fxaccounts.enabled", true); // sync ui pref("services.sync.prefs.sync.browser.uiCustomization.state", true); - -// enable session saving -pref("privacy.clearOnShutdown.history", false); -pref("privacy.clearOnShutdown.downloads", false); -pref("privacy.clearOnShutdown.cookies", false); -pref("browser.startup.page", 3); +// allow different extension enablement +pref("services.sync.addons.ignoreUserEnabledChanges", true); // remember more undos pref("browser.sessionstore.max_tabs_undo", 50); pref("browser.sessionstore.max_windows_undo", 3); - +// keep browser open without tabs pref("browser.tabs.closeWindowWithLastTab", false); - +// enable niche features pref("browser.altClickSave", true); pref("zoom.minPercent", 10); +pref("middlemouse.paste", true); -// prefer FPP over RFP an allow color-scheme and timezone -// NOTE: this does not work toward preventing unique fingerprint, but FPP is -// still better than nothing and might fool simple trackers. advanced -// ones are probably not beatable regardless so it's not a big deal. +// prefer FPP over RFP pref("privacy.resistFingerprinting", false); pref("privacy.resistFingerprinting.pbmode", false); pref("privacy.fingerprintingProtection", true); pref("privacy.fingerprintingProtection.pbmode", true); +// allow color-scheme and timezone +// NOTE: this does not work toward preventing unique fingerprint, but FPP is +// still better than nothing and might fool simple trackers. advanced +// ones are probably not beatable regardless so it's not a big deal. pref("privacy.fingerprintingProtection.overrides", "+AllTargets,-CSSPrefersColorScheme,-JSDateTimeUTC"); // enable chrome