Last active
May 31, 2023 14:32
-
-
Save Snuupy/6dbb69bf667385db0a530ccb85926200 to your computer and use it in GitHub Desktop.
A usable librewolf.overrides.cfg for regular browsing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defaultPref("privacy.resistFingerprinting", false); | |
defaultPref("identity.fxaccounts.enabled", true); | |
defaultPref("privacy.clearOnShutdown.history", false); | |
defaultPref("privacy.clearOnShutdown.siteSettings", false); | |
defaultPref("privacy.clearOnShutdown.downloads", false); | |
defaultPref("privacy.clearOnShutdown.cookies", false); | |
defaultPref("privacy.clearOnShutdown.offlineApps", false); | |
defaultPref("privacy.clearOnShutdown.siteSettings", false); | |
defaultPref("privacy.clearOnShutdown.sessions", false); | |
defaultPref("media.peerconnection.ice.no_host", false); | |
defaultPref("webgl.disabled", false); | |
defaultPref("network.dns.disableIPv6", false); | |
defaultPref("places.history.enabled", true); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment