Skip to content

Commit 44b5d5a

Browse files
committed
Fixed user.js syntax error introduced in 4b2833e
1 parent 4b2833e commit 44b5d5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1168,8 +1168,8 @@ user_pref("network.security.esni.enabled", true);
11681168
// PREF: Disable the Enterprise Roots preference
11691169
// https://support.mozilla.org/en-US/kb/how-disable-enterprise-roots-preference
11701170
// 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);
1171+
user_pref("security.certerrors.mitm.auto_enable_enterprise_roots", false);
1172+
user_pref("security.enterprise_roots.enabled", false);
11731173

11741174
/******************************************************************************
11751175
* SECTION: Cipher suites *

0 commit comments

Comments
 (0)