From 36961f59eec1b88e673f541307cca59e1b57f868 Mon Sep 17 00:00:00 2001
From: Pier Angelo Vendrame <pierov@torproject.org>
Date: Wed, 10 Apr 2024 16:23:01 +0200
Subject: [PATCH] fixup! Firefox preference overrides.

Bug 42315: Drop dom.enable_event_timing.

It is already protected by RFP.
---
 browser/app/profile/001-base-profile.js | 2 --
 1 file changed, 2 deletions(-)

diff --git a/browser/app/profile/001-base-profile.js b/browser/app/profile/001-base-profile.js
index 1a03932196ef3..145cb371dea02 100644
--- a/browser/app/profile/001-base-profile.js
+++ b/browser/app/profile/001-base-profile.js
@@ -384,8 +384,6 @@ pref("network.http.referer.XOriginTrimmingPolicy", 2); // Bug 17228: Force trim
 pref("media.videocontrols.picture-in-picture.enabled", false); // Bug 40148: disable until audited in #40147
 // Bug 40463: Disable Windows SSO
 pref("network.http.windows-sso.enabled", false, locked);
-// Bug 40383: Disable new PerformanceEventTiming
-pref("dom.enable_event_timing", false);
 // Disable API for measuring text width and height.
 pref("dom.textMetrics.actualBoundingBox.enabled", false);
 pref("dom.textMetrics.baselines.enabled", false);
-- 
GitLab