Bug 903439 - Disable Geolocation service while we are waiting for an API key. r=Neil, a=Callek

This commit is contained in:
rsx11m 2014-07-17 08:21:07 -05:00
Родитель c56f15ca24
Коммит ba3a63df80
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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");