]> git.sev.monster Git - dotfiles.git/blame - librewolf/librewolf.overrides.cfg
librewolf: fix chrome install, apply per-profile
[dotfiles.git] / librewolf / librewolf.overrides.cfg
CommitLineData
c0eb0bfb 1// enable sync
2pref("identity.fxaccounts.enabled", true);
6f704085 3// sync ui
4pref("services.sync.prefs.sync.browser.uiCustomization.state", true);
c0eb0bfb 5
6// enable session saving
7pref("privacy.clearOnShutdown.history", false);
8pref("privacy.clearOnShutdown.downloads", false);
9pref("privacy.clearOnShutdown.cookies", false);
10pref("browser.startup.page", 3);
11
12// remember more undos
13pref("browser.sessionstore.max_tabs_undo", 50);
14pref("browser.sessionstore.max_windows_undo", 3);
15
16pref("browser.tabs.closeWindowWithLastTab", false);
17
18pref("browser.altClickSave", true);
19pref("zoom.minPercent", 10);
20
21// prefer FPP over RFP an 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.resistFingerprinting", false);
26pref("privacy.resistFingerprinting.pbmode", false);
27pref("privacy.fingerprintingProtection", true);
28pref("privacy.fingerprintingProtection.pbmode", true);
29pref("privacy.fingerprintingProtection.overrides", "+AllTargets,-CSSPrefersColorScheme,-JSDateTimeUTC");
30
31// enable chrome
32pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
This page took 0.043019 seconds and 4 git commands to generate.