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:
wolfbeast 2020-04-16 04:20:42 +02:00 committed by Roy Tam
commit 78a9717bc3

View file

@ -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);