Replace signers with something not mozilla. - privacy-haters - Tools and config… | |
git clone git://bitreich.org/privacy-haters/ git://enlrupgkhuxnvlhsf6lc3fziv5h2… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit 524f9badd37b2b93252ba6c51e3ad0e99560dd3a | |
parent 041de57fe9f0932afc332d3ccb223d7965e5f658 | |
Author: Christoph Lohmann <[email protected]> | |
Date: Sun, 31 May 2020 16:35:34 +0200 | |
Replace signers with something not mozilla. | |
Diffstat: | |
M firefox/user.js | 7 +++++++ | |
1 file changed, 7 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/firefox/user.js b/firefox/user.js | |
@@ -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"); |