Bug 1498251 - Enable the Storage Access API in Nightly; r=baku

Differential Revision: https://phabricator.services.mozilla.com/D9054
This commit is contained in:
Ehsan Akhgari 2018-10-17 19:41:54 -04:00
parent 455a83357a
commit a4a4f3b9f8

View File

@ -1519,6 +1519,11 @@ pref("browser.contentblocking.global-toggle.enabled", true);
pref("browser.contentblocking.global-toggle.enabled", false);
#endif
#ifdef NIGHTLY_BUILD
// Enable the Storage Access API in Nightly
pref("dom.storage_access.enabled", true);
#endif
// Disable the UI for FastBlock in product.
pref("browser.contentblocking.fastblock.ui.enabled", false);
pref("browser.contentblocking.fastblock.control-center.ui.enabled", false);