Skip to content

Instantly share code, notes, and snippets.

@visualblind
visualblind / librewolf.overrides.cfg
Last active January 15, 2025 09:09
LibreWolf browser custom overrides
/** TRAVIS CUSTOM OVERRIDES */
pref("browser.urlbar.trimURLs", false);
pref("browser.aboutConfig.showWarning", false);
defaultPref("identity.fxaccounts.enabled", true); // firefox sync
pref("privacy.clearOnShutdown.history", false);
pref("privacy.clearOnShutdown.downloads", true);
// Resist Fingerprinting RFP
pref("privacy.resistFingerprinting.testGranularityMask", 4);