Disable Intersection Observers by default.

This draft implementation does not play nice with several large sites (e.g. Facebook).
This commit is contained in:
wolfbeast 2018-07-02 10:31:11 +02:00 committed by Roy Tam
commit cb7fc0d95f

View file

@ -210,7 +210,7 @@ pref("dom.requestIdleCallback.enabled", true);
// Enable Intersection Observers
// See WD https://w3c.github.io/IntersectionObserver/
pref("dom.IntersectionObserver.enabled", true);
pref("dom.IntersectionObserver.enabled", false);
// Whether the Gamepad API is enabled
pref("dom.gamepad.enabled", true);