From e51a638525e804d021312bb30f973689ac414e47 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Tue, 11 Apr 2023 23:55:32 +0200 Subject: [PATCH] Issue #2053 - Follow-up: Re-enable navigation timing now it's to-spec. Verified fixed with Google website translation. --- modules/libpref/init/all.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js index aad7c119d9..d1d001c799 100644 --- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -189,7 +189,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", false); +pref("dom.enable_performance_navigation_timing", true); // Enable printing performance marks/measures to log pref("dom.performance.enable_user_timing_logging", false);