summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-04-16 04:20:42 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-16 13:58:36 +0200
commit974d6ca889792c5cdfaf609f0e85d3673167bc5f (patch)
tree145c13cc88ec12a20dda34a450bc820e4f936712 /modules
parentc2d9ab62f3d097c9e0e00184cab1f546554f5eaa (diff)
downloadUXP-974d6ca889792c5cdfaf609f0e85d3673167bc5f.tar
UXP-974d6ca889792c5cdfaf609f0e85d3673167bc5f.tar.gz
UXP-974d6ca889792c5cdfaf609f0e85d3673167bc5f.tar.lz
UXP-974d6ca889792c5cdfaf609f0e85d3673167bc5f.tar.xz
UXP-974d6ca889792c5cdfaf609f0e85d3673167bc5f.zip
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.
Diffstat (limited to 'modules')
-rw-r--r--modules/libpref/init/all.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js
index 172278d2e..333c30d17 100644
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -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);