diff --git a/Optional-Hardening.md b/Optional-Hardening.md index 5273921..f38f164 100644 --- a/Optional-Hardening.md +++ b/Optional-Hardening.md @@ -95,7 +95,6 @@ If you disable captive portals on a **mobile** device, then you'll need a separa ```javascript // PREF: disable captive portal detection // [WARNING] Do NOT use for mobile devices! -// You may NOT be able to use Firefox on public wifi user_pref("captivedetect.canonicalURL", ""); user_pref("network.captive-portal-service.enabled", false); user_pref("network.connectivity-service.enabled", false);