From 8bfcd6d924f74238819fdf500e3300650a94f834 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Tue, 9 Sep 2025 13:41:50 -0400 Subject: [PATCH] add h264 --- modules/graphical/librewolf/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/graphical/librewolf/default.nix b/modules/graphical/librewolf/default.nix index d1c08aa..942b9d5 100644 --- a/modules/graphical/librewolf/default.nix +++ b/modules/graphical/librewolf/default.nix @@ -36,6 +36,7 @@ "webgl.disabled" = false; "browser.tabs.groups.enabled" = false; "media.peerconnection.enabled" = true; + "media.webrtc.hw.h264.enabled" = false; "privacy.resistFingerprinting" = false; "privacy.fingerprintingProtection" = true; "browser.discovery.containers.enabled" = false;