Disable network prefetch
-
network.dns.disablePrefetchFromHTTPSis now false in FF127+
there are also new prefs
-
dom.prefetch_dns_for_anchor_http_documentdefault true -
dom.prefetch_dns_for_anchor_https_documentdefault false - see https://bugzilla.mozilla.org/show_bug.cgi?id=1596935#c28
see network.dns.disablePrefetch which is default false but we flip to true
edit: some more info: https://github.com/arkenfox/user.js/issues/1870
cc: @pierov simple pref addition
Edited by Thorin