User.js: dom.IntersectionObserver.enabled = false breaks CanvasBlocker 0.5.4 RC2

Created on 20 Sep 2018  路  1Comment  路  Source: arkenfox/user.js

Just for info :wink:

/* 2426: disable Intersection Observer API (FF53+)
 * Almost a year to complete, three versions late to stable (as default false),
 * number #1 cause of crashes in nightly numerous times, and is (primarily) an
 * ad network API for "ad viewability checks" down to a pixel level
 * [1] https://developer.mozilla.org/docs/Web/API/Intersection_Observer_API
 * [2] https://w3c.github.io/IntersectionObserver/
 * [3] https://bugzilla.mozilla.org/1243846 ***/
user_pref("dom.IntersectionObserver.enabled", false);

See https://github.com/kkapsner/CanvasBlocker/issues/267

Most helpful comment

This issue will be fixed in the final release.

>All comments

This issue will be fixed in the final release.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

crssi picture crssi  路  3Comments

earthlng picture earthlng  路  6Comments

Thorin-Oakenpants picture Thorin-Oakenpants  路  4Comments

grauenwolfe picture grauenwolfe  路  7Comments

Thorin-Oakenpants picture Thorin-Oakenpants  路  5Comments