diff --git a/librewolf/.librewolf/librewolf.overrides.cfg b/librewolf/.librewolf/librewolf.overrides.cfg new file mode 100644 index 00000000..c9c8f76c --- /dev/null +++ b/librewolf/.librewolf/librewolf.overrides.cfg @@ -0,0 +1,26 @@ +// Enable WebGL +defaultPref("webgl.disabled", false); + +// Can be safely disabled unless on Linux +defaultPref("media.peerconnection.ice.no_host", false); + +// Disable middle click paste +defaultPref("middlemouse.paste", false); + +// Use real timezone +defaultPref("privacy.resistFingerprinting", false); + +// Soft-fail OCSP +defaultPref("security.OCSP.require", false); + +// Save to downloads by default +defaultPref("browser.download.useDownloadDir", true); + +// Enable autoplay for muted media (default) +defaultPref("media.autoplay.default", 1); + +// Autoplay when interacting with the website (default) +defaultPref("media.autoplay.blocking_policy", 0); + +// Fix bspwm and other window managers automatically pressing back on right click +defaultPref("ui.context_menus.after_mouseup", true); diff --git a/librewolf/README.md b/librewolf/README.md new file mode 100644 index 00000000..14ce5db7 --- /dev/null +++ b/librewolf/README.md @@ -0,0 +1,15 @@ +# librewolf + +[librewolf][librewolf] is a firefox fork focused on privacy, security, and freedom. + +## Use Cases + +librewolf can be used to: + +- Use Firefox without worrying about changing the defaults. + +You should not use librewolf if: + +- You don't mind changing settings in Firefox. + +[librewolf]: https://librewolf.net/