summaryrefslogtreecommitdiff
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 04:20:42 +0200
commite08a4ad1c8096fc8de64fac4f36cf0c569cb4420 (patch)
tree145c13cc88ec12a20dda34a450bc820e4f936712 /modules
parent39dac57259cff8b61db0b22cb2ad0a8adb02692e (diff)
downloaduxp-e08a4ad1c8096fc8de64fac4f36cf0c569cb4420.tar.gz
Issue #1517 - Enable high-resolution DOM timestamps on release
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 172278d2e6..333c30d177 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);