mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-05-20 16:20:43 +02:00
meta: Add librewolf
This was my configuration for librewolf, a web browser I used for a few months before ultimately deciding to use firefox again for simplicity. Although librewolf is useful for giving individuals immediate access to a solid browser with ublock origin pre-installed, the downsides such as not having automatic updates for users that need it the most, as well as constantly depending on another project to update in a timely manner, do not seem worth it in the long-term.
This commit is contained in:
parent
4328490bfd
commit
c7aca39c84
26
librewolf/.librewolf/librewolf.overrides.cfg
Normal file
26
librewolf/.librewolf/librewolf.overrides.cfg
Normal file
@ -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);
|
15
librewolf/README.md
Normal file
15
librewolf/README.md
Normal file
@ -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/
|
Loading…
Reference in New Issue
Block a user