mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 14:58:37 +09:00
Disable Intersection Observers by default.
This draft implementation does not play nice with several large sites (e.g. Facebook).
This commit is contained in:
parent
e9342c1ad5
commit
cb7fc0d95f
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue