From 3229c07f1fdaeda76da2e7e2bb42feb534dfb933 Mon Sep 17 00:00:00 2001 From: celenity Date: Mon, 6 Oct 2025 23:46:10 -0400 Subject: [PATCH] feat: Add UI toggles to enable/disabe timezone spoofing and our timezone spoofing overrides Signed-off-by: celenity --- patches/gecko-overlay/ironfox/prefs/002-ironfox.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/patches/gecko-overlay/ironfox/prefs/002-ironfox.js b/patches/gecko-overlay/ironfox/prefs/002-ironfox.js index 8bda8a1..726ff5c 100644 --- a/patches/gecko-overlay/ironfox/prefs/002-ironfox.js +++ b/patches/gecko-overlay/ironfox/prefs/002-ironfox.js @@ -62,9 +62,6 @@ pref("privacy.fingerprintingProtection.granularOverrides", ''); // [DEFAULT] pref("extensions.webapi.enabled", false); pref("privacy.resistFingerprinting.block_mozAddonManager", true); -/// Disable timezone spoofing by default -pref("browser.ironfox.fingerprintingProtection.timezoneSpoofing.enabled", false); // [DEFAULT] - /// Enable FPP overrides by default pref("browser.ironfox.fingerprintingProtection.hardenOverrides.enabled", true); // [DEFAULT] Overrides from us that *harden* protections for certain sites