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("browser.search.geoip.url", "");
pref("geo.provider-country.network.url", ""); pref("geo.provider-country.network.url", "");
pref("browser.search.geoSpecificDefaults.url", ""); pref("browser.search.geoSpecificDefaults.url", "");
pref("browser.region.network.url","");
// Disable captive portal detection // Disable captive portal detection
pref("captivedetect.canonicalURL", ""); pref("captivedetect.canonicalURL", "");
pref("network.captive-portal-service.enabled", false); pref("network.captive-portal-service.enabled", false);

View file

@ -18,7 +18,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=71 VERSION=72
. ./config . ./config