Skip to content

Commit 1b83455

Browse files
committed
network.connectivity-service.enabled -> false
1 parent 3ae4f9b commit 1b83455

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ Prevents the browser from [auto-connecting](https://support.mozilla.org/en-US/kb
294294
* Disable speculative pre-connections [ [1](https://support.mozilla.org/en-US/kb/how-stop-firefox-making-automatic-connections#w_speculative-pre-connections) [2](https://bugzilla.mozilla.org/show_bug.cgi?id=814169) ]
295295
* Disable downloading homepage snippets/messages from Mozilla [ [1](https://support.mozilla.org/en-US/kb/how-stop-firefox-making-automatic-connections#w_mozilla-content) [2](https://wiki.mozilla.org/Firefox/Projects/Firefox_Start/Snippet_Service) ]
296296
* Never check updates for search engines [ [1](https://support.mozilla.org/en-US/kb/how-stop-firefox-making-automatic-connections#w_auto-update-checking) ]
297-
* Disable automatic captive portal detection (Firefox >= 52.0) [ [1](https://support.mozilla.org/en-US/questions/1157121) ]
297+
* Disable automatic captive portal detection (Firefox >= 52.0) [ [1](https://support.mozilla.org/en-US/questions/1157121) [2](https://support.mozilla.org/en-US/kb/how-stop-firefox-making-automatic-connections#w_network-detection) ]
298298
* Disable (parts of?) "TopSites"
299299

300300
### HTTP

user.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,9 @@ user_pref("browser.search.update", false);
723723

724724
// PREF: Disable automatic captive portal detection (Firefox >= 52.0)
725725
// https://support.mozilla.org/en-US/questions/1157121
726+
// https://support.mozilla.org/en-US/kb/how-stop-firefox-making-automatic-connections#w_network-detection
726727
user_pref("network.captive-portal-service.enabled", false);
728+
user_pref("network.connectivity-service.enabled", false);
727729

728730
// PREF: Disable (parts of?) "TopSites"
729731
user_pref("browser.topsites.contile.enabled", false);

0 commit comments

Comments
 (0)