mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
10 lines
297 B
Nix
10 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;
|
||
|
}
|