]> git.sev.monster Git - dotfiles.git/blame_incremental - librewolf/librewolf.overrides.cfg
simplify some gpg stuff, add pinentry fallback
[dotfiles.git] / librewolf / librewolf.overrides.cfg
... / ...
CommitLineData
1// enable sync
2pref("identity.fxaccounts.enabled", true);
3// sync ui
4pref("services.sync.prefs.sync.browser.uiCustomization.state", true);
5
6// remember more undos
7pref("browser.sessionstore.max_tabs_undo", 50);
8pref("browser.sessionstore.max_windows_undo", 3);
9// keep browser open without tabs
10pref("browser.tabs.closeWindowWithLastTab", false);
11// enable niche features
12pref("browser.altClickSave", true);
13pref("zoom.minPercent", 10);
14pref("middlemouse.paste", true);
15
16// prefer FPP over RFP
17pref("privacy.resistFingerprinting", false);
18pref("privacy.resistFingerprinting.pbmode", false);
19pref("privacy.fingerprintingProtection", true);
20pref("privacy.fingerprintingProtection.pbmode", true);
21// allow color-scheme and timezone
22// NOTE: this does not work toward preventing unique fingerprint, but FPP is
23// still better than nothing and might fool simple trackers. advanced
24// ones are probably not beatable regardless so it's not a big deal.
25pref("privacy.fingerprintingProtection.overrides", "+AllTargets,-CSSPrefersColorScheme,-JSDateTimeUTC");
26
27// enable chrome
28pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
This page took 0.039299 seconds and 4 git commands to generate.