Bug 903439 - Disable Geolocation service while we are waiting for an API key. r=Neil, a=Callek
This commit is contained in:
Родитель
c56f15ca24
Коммит
ba3a63df80
|
@ -811,6 +811,9 @@ 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");
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче