mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 1321865 - Enable IntersectionObserver. r=jet
MozReview-Commit-ID: JUq9Hk7jars
This commit is contained in:
parent
e88372532f
commit
c9fe88b8b0
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user