Unbreak the OS Geolocation Provider - fixes https://gitlab.com/ironfox-oss/IronFox/-/issues/130

Signed-off-by: celenity <celenity@celenity.dev>
This commit is contained in:
celenity
2025-07-14 23:52:00 -04:00
parent 05721206f0
commit 8459e034bf

View File

@@ -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);