Remove IndexedDB for content pref.

Tag Issue #765
This commit is contained in:
wolfbeast 2018-09-29 00:16:29 +02:00 committed by Roy Tam
commit 4b0b628cdd
3 changed files with 0 additions and 32 deletions

View file

@ -128,8 +128,6 @@ pref("browser.download.saveZoneInformation", 2);
// Whether or not testing features are enabled.
pref("dom.quotaManager.testing", false);
// Whether or not indexedDB is enabled.
pref("dom.indexedDB.enabled", true);
// Whether or not indexedDB experimental features are enabled.
pref("dom.indexedDB.experimental", false);
// Enable indexedDB logging.