mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
Disable IntersectionObserver API because of crashes.
See #934 and #935.
This commit is contained in:
parent
b85fb498d9
commit
bc84969432
1 changed files with 2 additions and 1 deletions
|
|
@ -213,7 +213,8 @@ pref("dom.requestIdleCallback.enabled", true);
|
|||
|
||||
// Enable Intersection Observers
|
||||
// See WD https://www.w3.org/TR/intersection-observer/
|
||||
pref("dom.IntersectionObserver.enabled", true);
|
||||
// Disabled for now because of crashes. See #934 and #935
|
||||
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