зеркало из https://github.com/mozilla/pjs.git
Bug 738020 - add geolocation to the list of permissions that we autogrant. r=fabrice
This commit is contained in:
Родитель
e6085fff39
Коммит
e19e647115
|
@ -67,7 +67,8 @@ function startupHttpd(baseDir, port) {
|
|||
function addPermissions(urls) {
|
||||
let permissions = [
|
||||
'indexedDB', 'indexedDB-unlimited', 'webapps-manage', 'offline-app',
|
||||
'content-camera', 'webcontacts-manage', 'wifi-manage', 'desktop-notification'
|
||||
'content-camera', 'webcontacts-manage', 'wifi-manage', 'desktop-notification',
|
||||
'geolocation'
|
||||
];
|
||||
urls.forEach(function(url) {
|
||||
let uri = Services.io.newURI(url, null, null);
|
||||
|
|
Загрузка…
Ссылка в новой задаче