Skip to content

Commit

Permalink
Fixed user.js syntax error introduced in 4b2833e
Browse files Browse the repository at this point in the history
  • Loading branch information
pyllyukko committed Jan 14, 2025
1 parent 4b2833e commit 44b5d5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -1168,8 +1168,8 @@ user_pref("network.security.esni.enabled", true);
// PREF: Disable the Enterprise Roots preference
// https://support.mozilla.org/en-US/kb/how-disable-enterprise-roots-preference
// https://github.com/pyllyukko/user.js/issues/560
user_pref("security.certerrors.mitm.auto_enable_enterprise_roots" false);
user_pref("security.enterprise_roots.enabled" false);
user_pref("security.certerrors.mitm.auto_enable_enterprise_roots", false);
user_pref("security.enterprise_roots.enabled", false);

/******************************************************************************
* SECTION: Cipher suites *
Expand Down

0 comments on commit 44b5d5a

Please sign in to comment.