зеркало из https://github.com/mozilla/gecko-dev.git
Bug 729173 - Part 6: Permission whitelist for B2G. r=mounir
This commit is contained in:
Родитель
c8d9e73f40
Коммит
339c01479b
|
@ -430,6 +430,9 @@ pref("dom.mozBrowserFramesWhitelist", "http://homescreen.gaiamobile.org,http://b
|
|||
pref("dom.sms.enabled", true);
|
||||
pref("dom.sms.whitelist", "file://,http://homescreen.gaiamobile.org,http://sms.gaiamobile.org");
|
||||
|
||||
// Temporary permission hack for WebMobileConnection
|
||||
pref("dom.mobileconnection.whitelist", "http://homescreen.gaiamobile.org");
|
||||
|
||||
// Temporary permission hack for WebContacts
|
||||
pref("dom.mozContacts.enabled", true);
|
||||
pref("dom.mozContacts.whitelist", "http://dialer.gaiamobile.org,http://sms.gaiamobile.org");
|
||||
|
|
Загрузка…
Ссылка в новой задаче