mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 753393 - Add device-storage permission for Gaia apps and enable device storage preference for b2g. r=vingtetun
This commit is contained in:
parent
efb16a31cf
commit
88a8ff1b61
@ -512,3 +512,5 @@ pref("extensions.getAddons.cache.enabled", false);
|
||||
pref("ui.click_hold_context_menus", true);
|
||||
pref("ui.click_hold_context_menus.delay", 1000);
|
||||
|
||||
// Enable device storage
|
||||
pref("device.storage.enabled", true);
|
||||
|
@ -54,7 +54,7 @@ function addPermissions(urls) {
|
||||
'indexedDB', 'indexedDB-unlimited', 'webapps-manage', 'offline-app', 'pin-app',
|
||||
'websettings-read', 'websettings-readwrite',
|
||||
'content-camera', 'webcontacts-manage', 'wifi-manage', 'desktop-notification',
|
||||
'geolocation'
|
||||
'geolocation', 'device-storage'
|
||||
];
|
||||
urls.forEach(function(url) {
|
||||
url = url.trim();
|
||||
|
Loading…
Reference in New Issue
Block a user