fix(firefox): do not make stray network requests (#1673)

This commit is contained in:
Pavel Feldman 2020-04-06 12:27:13 -07:00 committed by GitHub
parent 11ad172822
commit 56fbfc2c9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,9 @@ pref("browser.safebrowsing.provider.mozilla.updateURL", "");
pref("browser.library.activity-stream.enabled", false);
pref("browser.search.geoSpecificDefaults", false);
pref("browser.search.geoSpecificDefaults.url", "");
pref("captivedetect.canonicalURL", "");
pref("network.connectivity-service.enabled", false);
pref("browser.newtabpage.activity-stream.asrouter.providers.snippets", "");
// Make sure Shield doesn't hit the network.
pref("app.normandy.api_url", "");