Bug 1321865 - Enable IntersectionObserver. r=jet

MozReview-Commit-ID: JUq9Hk7jars
This commit is contained in:
Tobias Schneider 2017-04-27 00:17:16 -07:00
parent e88372532f
commit c9fe88b8b0

View File

@ -5665,7 +5665,7 @@ pref("browser.storageManager.pressureNotification.usageThresholdGB", 5);
// when the page is reloaded. To turn this feature off, just set the limit to 0.
pref("prompts.authentication_dialog_abuse_limit", 3);
pref("dom.IntersectionObserver.enabled", false);
pref("dom.IntersectionObserver.enabled", true);
// Whether module scripts (<script type="module">) are enabled for content.
pref("dom.moduleScripts.enabled", false);