Enable high-resolution DOM timestamps.

This commit is contained in:
Fedor 2020-05-07 14:45:36 +03:00
parent 66da77ec41
commit 9f63c2ac5e
1 changed files with 1 additions and 2 deletions

View File

@ -1251,8 +1251,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);