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
d83cedc25d
commit
68b4c38d08
@ -512,3 +512,5 @@ pref("extensions.getAddons.cache.enabled", false);
|
|||||||
pref("ui.click_hold_context_menus", true);
|
pref("ui.click_hold_context_menus", true);
|
||||||
pref("ui.click_hold_context_menus.delay", 1000);
|
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',
|
'indexedDB', 'indexedDB-unlimited', 'webapps-manage', 'offline-app', 'pin-app',
|
||||||
'websettings-read', 'websettings-readwrite',
|
'websettings-read', 'websettings-readwrite',
|
||||||
'content-camera', 'webcontacts-manage', 'wifi-manage', 'desktop-notification',
|
'content-camera', 'webcontacts-manage', 'wifi-manage', 'desktop-notification',
|
||||||
'geolocation'
|
'geolocation', 'device-storage'
|
||||||
];
|
];
|
||||||
urls.forEach(function(url) {
|
urls.forEach(function(url) {
|
||||||
url = url.trim();
|
url = url.trim();
|
||||||
|
Loading…
Reference in New Issue
Block a user