summaryrefslogtreecommitdiffstats
path: root/modules/libpref
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-04-16 04:20:42 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-16 13:21:27 +0200
commit963fc807963bf0bf83d5fefa945acbafa2dfc9ff (patch)
tree4cd6678d1c3e9f0986d4d612b68bf680b17ec71e /modules/libpref
parent6f6d1f6ff788b6fac2a137ecbd41762f9976f42d (diff)
downloadUXP-963fc807963bf0bf83d5fefa945acbafa2dfc9ff.tar
UXP-963fc807963bf0bf83d5fefa945acbafa2dfc9ff.tar.gz
UXP-963fc807963bf0bf83d5fefa945acbafa2dfc9ff.tar.lz
UXP-963fc807963bf0bf83d5fefa945acbafa2dfc9ff.tar.xz
UXP-963fc807963bf0bf83d5fefa945acbafa2dfc9ff.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/libpref')
-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 2e21c307d..e66f58861 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);