From c3e244792455dcbda12a7e363b7eeb9d0258e117 Mon Sep 17 00:00:00 2001 From: "mr. M" Date: Wed, 30 Oct 2024 17:29:08 +0100 Subject: [PATCH] Fixed connection issues for some devides, enabling captive portal services --- src/browser/app/profile/better-fox.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/browser/app/profile/better-fox.js b/src/browser/app/profile/better-fox.js index b74833ddb..24fabb489 100644 --- a/src/browser/app/profile/better-fox.js +++ b/src/browser/app/profile/better-fox.js @@ -130,9 +130,6 @@ pref("browser.tabs.crashReporting.sendReport", false); pref("browser.crashReports.unsubmittedCheck.autoSubmit2", false); /** DETECTION ***/ -pref("captivedetect.canonicalURL", ""); -pref("network.captive-portal-service.enabled", false); -pref("network.connectivity-service.enabled", false); pref("dom.private-attribution.submission.enabled", false); /****************************************************************************