From f8806840d6c4e30349c4a0d5736918c5bc46b7fb Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 31 Aug 2024 10:02:47 -0400 Subject: [PATCH] librewolf: Set network.dns.native_https_query to false Fixes an issue where Firefox v129+ leaks DNS requests from the system. Likely won't be fixed until v131 at the earliest. --- home/librewolf.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/librewolf.nix b/home/librewolf.nix index 2c117fa5..c6a0f29c 100644 --- a/home/librewolf.nix +++ b/home/librewolf.nix @@ -74,6 +74,8 @@ in "xpinstall.signatures.required" = false; + "network.dns.native_https_query" = false; + "toolkit.legacyUserProfileCustomizations.stylesheets" = true; }; };