disable Firefox Monitor

This commit is contained in:
oneflux 2025-04-23 18:18:15 -07:00
parent e443681c97
commit 0d591bc5a5

View file

@ -710,3 +710,6 @@ defaultPref("network.cookie.lifetimePolicy", 2);
// HTTPS-only // HTTPS-only
defaultPref("dom.security.https_only_mode", true); defaultPref("dom.security.https_only_mode", true);
// Disable Firefox Monitor
defaultPref("security.identitybroker.enabled", false);