pinwheel: Disable waiting for HTTPS RR for firefox

As it was spending time blocking requests
This commit is contained in:
Alexander Heldt
2024-05-04 17:58:36 +02:00
parent 919aa067ad
commit 3b52badc67

View File

@@ -43,6 +43,7 @@ let
sharedSettings = { sharedSettings = {
"general.smoothScroll" = true; "general.smoothScroll" = true;
"apz.gtk.kinetic_scroll.enabled" = false; "apz.gtk.kinetic_scroll.enabled" = false;
"network.dns.force_waiting_https_rr" = false;
}; };
in in
{ {