mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 17:57:47 +02:00
librewolf: Update overrides
This commit is contained in:
parent
ab92960987
commit
6da8592a15
@ -1,18 +1,6 @@
|
|||||||
// Enable WebGL
|
|
||||||
defaultPref("webgl.disabled", false);
|
|
||||||
|
|
||||||
// Can be safely disabled unless on Linux
|
|
||||||
defaultPref("media.peerconnection.ice.no_host", false);
|
|
||||||
|
|
||||||
// Disable middle click paste
|
// Disable middle click paste
|
||||||
defaultPref("middlemouse.paste", false);
|
defaultPref("middlemouse.paste", false);
|
||||||
|
|
||||||
// Use real timezone
|
|
||||||
defaultPref("privacy.resistFingerprinting", false);
|
|
||||||
|
|
||||||
// Soft-fail OCSP
|
|
||||||
defaultPref("security.OCSP.require", false);
|
|
||||||
|
|
||||||
// Save to downloads by default
|
// Save to downloads by default
|
||||||
defaultPref("browser.download.useDownloadDir", true);
|
defaultPref("browser.download.useDownloadDir", true);
|
||||||
|
|
||||||
@ -22,5 +10,13 @@ defaultPref("media.autoplay.default", 1);
|
|||||||
// Autoplay when interacting with the website (default)
|
// Autoplay when interacting with the website (default)
|
||||||
defaultPref("media.autoplay.blocking_policy", 0);
|
defaultPref("media.autoplay.blocking_policy", 0);
|
||||||
|
|
||||||
// Fix bspwm and other window managers automatically pressing back on right click
|
// Enable letterboxing
|
||||||
defaultPref("ui.context_menus.after_mouseup", true);
|
defaultPref("privacy.resistFingerprinting.letterboxing", true);
|
||||||
|
|
||||||
|
// Enable activity cursor
|
||||||
|
defaultPref("ui.use_activity_cursor", true);
|
||||||
|
|
||||||
|
// Open new tabs after the current tab
|
||||||
|
defaultPref("browser.tabs.insertAfterCurrent", true);
|
||||||
|
|
||||||
|
// vim:syn=javascript
|
||||||
|
Loading…
x
Reference in New Issue
Block a user