mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Bug 738020 - add geolocation to the list of permissions that we autogrant. r=fabrice
This commit is contained in:
parent
48e2d52190
commit
ea1e813977
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user