From a0f3da208fc529244581822cfcd80a15e29a272d Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Wed, 28 Aug 2019 16:33:06 +0000 Subject: [PATCH] 0390: better reference - EFF has pretty pictures and stuff and explains the issues (replaces wikipedia which people can still search for) - tor issue doesn't hold anything important (out it goes) - moz wiki page I'll leave in for the bugzilla links if someone wants to research how it's all meant to work --- user.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/user.js b/user.js index 8df81ae..b052c8b 100644 --- a/user.js +++ b/user.js @@ -267,9 +267,8 @@ user_pref("browser.crashReports.unsubmittedCheck.autoSubmit2", false); // [FF58+ * [2] https://www.gnu.gl/blog/Posts/multiple-vulnerabilities-in-pocket/ ***/ user_pref("extensions.pocket.enabled", false); /* 0390: disable Captive Portal detection - * [1] https://en.wikipedia.org/wiki/Captive_portal - * [2] https://wiki.mozilla.org/Necko/CaptivePortal - * [3] https://trac.torproject.org/projects/tor/ticket/21790 ***/ + * [1] https://www.eff.org/deeplinks/2017/08/how-captive-portals-interfere-wireless-security-and-privacy + * [2] https://wiki.mozilla.org/Necko/CaptivePortal ***/ user_pref("captivedetect.canonicalURL", ""); user_pref("network.captive-portal-service.enabled", false); // [FF52+] /* 0391: disable Network Connectivity checks [FF65+]