From 8459e034bf5d4bdcb764a6ccdff42de2dd671ee0 Mon Sep 17 00:00:00 2001 From: celenity Date: Mon, 14 Jul 2025 23:52:00 -0400 Subject: [PATCH] Unbreak the OS Geolocation Provider - fixes https://gitlab.com/ironfox-oss/IronFox/-/issues/130 Signed-off-by: celenity --- patches/preferences/ironfox.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/patches/preferences/ironfox.js b/patches/preferences/ironfox.js index 320d463..5ed213c 100644 --- a/patches/preferences/ironfox.js +++ b/patches/preferences/ironfox.js @@ -46,4 +46,9 @@ pref("layout.css.prefers-color-scheme.content-override", 2); // [DEFAULT] // We only need this temporarily, until the next Phoenix release pref("extensions.webextensions.base-content-security-policy", "script-src 'self' 'wasm-unsafe-eval' 'unsafe-inline'; upgrade-insecure-requests;"); +/// Unbreak the OS Geolocation Provider +// We only need this temporarily, until the next Phoenix release +// https://gitlab.com/ironfox-oss/IronFox/-/issues/130 +pref("geo.provider.use_mls", false); // [DEFAULT] [HIDDEN] + pref("browser.ironfox.applied", true, locked);