mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 618581 - Adjust IndexedDB quota for Fennec. r=mfinkle
This commit is contained in:
parent
b8874744ed
commit
297aafb3f9
@ -568,6 +568,7 @@ pref("notification.feature.enabled", true);
|
||||
// prevent tooltips from showing up
|
||||
pref("browser.chrome.toolbar_tips", false);
|
||||
pref("indexedDB.feature.enabled", true);
|
||||
pref("dom.indexedDB.warningQuota", 5);
|
||||
|
||||
// prevent video elements from preloading too much data
|
||||
pref("media.preload.default", 1); // default to preload none
|
||||
|
Loading…
Reference in New Issue
Block a user