abrowser: removed region check antifeature
This commit is contained in:
parent
b3b9e593f8
commit
b7da6faf94
2 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
#
|
||||
|
||||
VERSION=71
|
||||
VERSION=72
|
||||
|
||||
. ./config
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue