We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b2833e commit 44b5d5aCopy full SHA for 44b5d5a
user.js
@@ -1168,8 +1168,8 @@ user_pref("network.security.esni.enabled", true);
1168
// PREF: Disable the Enterprise Roots preference
1169
// https://support.mozilla.org/en-US/kb/how-disable-enterprise-roots-preference
1170
// https://github.com/pyllyukko/user.js/issues/560
1171
-user_pref("security.certerrors.mitm.auto_enable_enterprise_roots" false);
1172
-user_pref("security.enterprise_roots.enabled" false);
+user_pref("security.certerrors.mitm.auto_enable_enterprise_roots", false);
+user_pref("security.enterprise_roots.enabled", false);
1173
1174
/******************************************************************************
1175
* SECTION: Cipher suites *
0 commit comments