diff --git a/home/features/desktop/common/firefox.nix b/home/features/desktop/common/firefox.nix index 2e41ca8..af52af5 100644 --- a/home/features/desktop/common/firefox.nix +++ b/home/features/desktop/common/firefox.nix @@ -117,7 +117,7 @@ search = { force = true; default = "DuckDuckGo"; - privateDefault = "DuckDuckGo"; + privateDefault = "DuckDuckGo"; }; settings = { @@ -127,7 +127,8 @@ "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 + "privacy.resistFingerprinting.autoDeclineNoUserInputCanvasPrompts" = true; # Automatically decline Canvas request + "media.videocontrols.picture-in-picture.video-toggle.enabled" = false; # Disable picture in picture "dom.security.https_only_mode" = true; "browser.download.panel.shown" = false; "browser.toolbars.bookmarks.visibility" = "always";