| Date: Sun, 31 May 2020 16:35:34 +0200
Replace signers with something not mozilla.
Diffstat:
firefox/user.js | 7 +++++++
1 file changed, 7 insertions(+), 0 deletions(-)
--- |
| t@@ -502,3 +502,10 @@ user_pref("webextensions.tests", false);
user_pref("xpinstall.signatures.devInfoURL", "about:config");
user_pref("xpinstall.signatures.required", true);
user_pref("xpinstall.whitelist.required", true);
+user_pref("security.remote_settings.crlitefilters.signer", "localhost");
+user_pref("security.remote_settings.intermediates.signer", "localhost");
+user_pref("services.blocklist.addons.signer", "localhost");
+user_pref("services.blocklist.gx.signer", "localhost");
+user_pref("services.blocklist.pinning.signer", "localhost");
+user_pref("services.blocklist.plugins.signer", "localhost");
+user_pref("services.settings.security.onecrl.signer", "localhost"); |