Explorar o código

0609: disable connectivity service #610

Thorin-Oakenpants %!s(int64=6) %!d(string=hai) anos
pai
achega
649699ad22
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      user.js

+ 2 - 0
user.js

@@ -457,6 +457,8 @@ user_pref("browser.send_pings.require_same_host", true);
 user_pref("network.protocol-handler.external.ms-windows-store", false);
 /* 0608: disable predictor / prefetching [FF48+] ***/
 user_pref("network.predictor.enable-prefetch", false);
+/* 0609: disable Network Connectivity Services [FF65+] ***/
+pref("network.connectivity-service.enabled", false);
 
 /*** [SECTION 0700]: HTTP* / TCP/IP / DNS / PROXY / SOCKS etc ***/
 user_pref("_user.js.parrot", "0700 syntax error: the parrot's given up the ghost!");