Bug 903439 - Disable Geolocation service while we are waiting for an API key. r=Neil, a=Callek
--- a/suite/browser/browser-prefs.js
+++ b/suite/browser/browser-prefs.js
@@ -805,16 +805,19 @@ pref("security.warn_submit_insecure", fa
pref("security.warn_viewing_mixed", false);
pref("security.warn_mixed_active_content", true);
pref("security.warn_mixed_display_content", true);
// Block insecure active content on https pages
pref("security.mixed_content.block_active_content", true);
// Turn on the CSP 1.0 parser for Content Security Policy headers
pref("security.csp.speccompliant", true);
+// REMOVE once bug 903439 is fixed (no geolocation API key at this time)
+pref("geo.enabled", false);
+
// FAQ URLs
pref("browser.geolocation.warning.infoURL", "http://www.seamonkey-project.org/doc/2.0/geolocation");
pref("browser.rights.version", 1);
pref("browser.rights.1.shown", false);
#ifdef DEBUG
// Don't show the about:rights notification in debug builds.