]> git.sev.monster Git - dotfiles.git/blame - librewolf/librewolf.overrides.cfg
add librewolf to installer
[dotfiles.git] / librewolf / librewolf.overrides.cfg
CommitLineData
c0eb0bfb 1// enable sync
2pref("identity.fxaccounts.enabled", true);
3
4// enable session saving
5pref("privacy.clearOnShutdown.history", false);
6pref("privacy.clearOnShutdown.downloads", false);
7pref("privacy.clearOnShutdown.cookies", false);
8pref("browser.startup.page", 3);
9
10// remember more undos
11pref("browser.sessionstore.max_tabs_undo", 50);
12pref("browser.sessionstore.max_windows_undo", 3);
13
14pref("browser.tabs.closeWindowWithLastTab", false);
15
16pref("browser.altClickSave", true);
17pref("zoom.minPercent", 10);
18
19// prefer FPP over RFP an allow color-scheme and timezone
20// NOTE: this does not work toward preventing unique fingerprint, but FPP is
21// still better than nothing and might fool simple trackers. advanced
22// ones are probably not beatable regardless so it's not a big deal.
23pref("privacy.resistFingerprinting", false);
24pref("privacy.resistFingerprinting.pbmode", false);
25pref("privacy.fingerprintingProtection", true);
26pref("privacy.fingerprintingProtection.pbmode", true);
27pref("privacy.fingerprintingProtection.overrides", "+AllTargets,-CSSPrefersColorScheme,-JSDateTimeUTC");
28
29// enable chrome
30pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
This page took 0.031583 seconds and 4 git commands to generate.