mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
Issue #1517 - Enable high-resolution DOM timestamps on trunk
At the very least we should enable these short term, with the potential removal of it pending.
This commit is contained in:
parent
c3d2282ba8
commit
78a9717bc3
1 changed files with 1 additions and 2 deletions
|
|
@ -1247,8 +1247,7 @@ pref("privacy.trackingprotection.pbmode.enabled", false);
|
|||
|
||||
pref("dom.event.contextmenu.enabled", true);
|
||||
pref("dom.event.clipboardevents.enabled", true);
|
||||
// Potentially risky option due to side channel attack surface using high res timers.
|
||||
pref("dom.event.highrestimestamp.enabled", false);
|
||||
pref("dom.event.highrestimestamp.enabled", true);
|
||||
|
||||
pref("dom.webcomponents.enabled", false);
|
||||
pref("dom.webcomponents.customelements.enabled", false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue