mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
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:
parent
c95a802078
commit
9958e387d8
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue