From 3b52badc673d47354342e07c23fcbfb7f8f02558 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sat, 4 May 2024 17:58:36 +0200 Subject: [PATCH] pinwheel: Disable waiting for HTTPS RR for `firefox` As it was spending time blocking requests --- hosts/pinwheel/modules/firefox/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/pinwheel/modules/firefox/default.nix b/hosts/pinwheel/modules/firefox/default.nix index 940aa89..697b2a7 100644 --- a/hosts/pinwheel/modules/firefox/default.nix +++ b/hosts/pinwheel/modules/firefox/default.nix @@ -43,6 +43,7 @@ let sharedSettings = { "general.smoothScroll" = true; "apz.gtk.kinetic_scroll.enabled" = false; + "network.dns.force_waiting_https_rr" = false; }; in {