abrowser: removed region check antifeature

This commit is contained in:
Ruben Rodriguez 2020-07-03 13:23:06 -04:00
parent b3b9e593f8
commit b7da6faf94
2 changed files with 2 additions and 1 deletions

View file

@ -136,6 +136,7 @@ pref("geo.enabled", false);
pref("browser.search.geoip.url", "");
pref("geo.provider-country.network.url", "");
pref("browser.search.geoSpecificDefaults.url", "");
pref("browser.region.network.url","");
// Disable captive portal detection
pref("captivedetect.canonicalURL", "");
pref("network.captive-portal-service.enabled", false);