mirror of
https://github.com/ironfox-oss/IronFox.git
synced 2026-01-26 15:03:43 -05:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user