Issue #2053 - Disable DOM Performance API navigation timing.

We may eventually want to make this permanent in the front-end of
Pale Moon for privacy reasons.
Disabling this to avoid usage expecting changed spec results.
This commit is contained in:
Moonchild 2022-12-26 11:21:32 +00:00 committed by roytam1
commit 9958e387d8

View file

@ -187,7 +187,7 @@ pref("dom.enable_resource_timing", true);
pref("dom.enable_user_timing", true);
// Whether performance.GetEntries* will contain an entry for the active document
pref("dom.enable_performance_navigation_timing", true);
pref("dom.enable_performance_navigation_timing", false);
// Enable printing performance marks/measures to log
pref("dom.performance.enable_user_timing_logging", false);