mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 07:02:03 -08:00
disable Firefox Monitor
This commit is contained in:
parent
e443681c97
commit
0d591bc5a5
1 changed files with 4 additions and 1 deletions
|
|
@ -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);
|
||||||
Loading…
Add table
Reference in a new issue