pinwheel: Disable waiting for HTTPS RR for firefox
As it was spending time blocking requests
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user