[X2Go-Commits] [pale-moon] 113/294: Remove unused SSL errorReporting prefs
git-admin at x2go.org
git-admin at x2go.org
Sat Apr 27 08:57:57 CEST 2019
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch upstream/28.5.0
in repository pale-moon.
commit d791dfed61bbc963351e5965657a3b13d4e6dceb
Author: wolfbeast <mcwerewolf at wolfbeast.com>
Date: Thu Mar 14 13:07:00 2019 +0100
Remove unused SSL errorReporting prefs
Resolves #1003.
---
netwerk/base/security-prefs.js | 4 ----
1 file changed, 4 deletions(-)
diff --git a/netwerk/base/security-prefs.js b/netwerk/base/security-prefs.js
index ea0b223..ef78ddc 100644
--- a/netwerk/base/security-prefs.js
+++ b/netwerk/base/security-prefs.js
@@ -117,10 +117,6 @@ pref("security.webauth.u2f", false);
pref("security.webauth.u2f_enable_softtoken", false);
pref("security.webauth.u2f_enable_usbtoken", false);
-pref("security.ssl.errorReporting.enabled", true);
-pref("security.ssl.errorReporting.url", "https://incoming.telemetry.mozilla.org/submit/sslreports/");
-pref("security.ssl.errorReporting.automatic", false);
-
// OCSP must-staple
pref("security.ssl.enable_ocsp_must_staple", true);
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
More information about the x2go-commits
mailing list