dotfiles/home-manager/modules/firefox/config/settings/outbound.nix
2024-11-09 16:44:23 -06:00

9 lines
297 B
Nix

{
# BLOCK IMPLICIT OUTBOUND
"network.prefetch-next" = false;
"network.dns.disablePrefetch" = true;
"network.predictor.enabled" = false;
"network.predictor.enable-prefetch" = false;
"network.http.speculative-parallel-limit" = 0;
"browser.places.speculativeConnect.enabled" = false;
}