dotfiles/home/modules/firefox/config/settings/config/outbound.nix
2024-11-20 18:57:43 -06:00

9 lines
297 B
Nix
Executable file

{
# 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;
}