From ea8e5fd3e66c0b1c825891af9e76eef362b69f55 Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Sat, 11 Jan 2025 23:17:00 +0100 Subject: [PATCH] Librewolf: More customization --- home/features/desktop/common/firefox.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/features/desktop/common/firefox.nix b/home/features/desktop/common/firefox.nix index d3e003a..2e41ca8 100644 --- a/home/features/desktop/common/firefox.nix +++ b/home/features/desktop/common/firefox.nix @@ -117,6 +117,7 @@ search = { force = true; default = "DuckDuckGo"; + privateDefault = "DuckDuckGo"; }; settings = { @@ -126,6 +127,7 @@ "media.hardwaremediakeys.enabled" = false; # Interferes with KDE Connect "browser.urlbar.keepPanelOpenDuringImeComposition" = true; # Improve Firefox IME support "media.eme.enabled" = true; # Enable DRM for e.g. Spotify + "privacy.resistFingerprinting.autoDeclineNoUserInputCanvasPrompts" = true; # Automatically decline Canvas request "dom.security.https_only_mode" = true; "browser.download.panel.shown" = false; "browser.toolbars.bookmarks.visibility" = "always";