summaryrefslogtreecommitdiff
path: root/libre/icedove/rhbz-966424.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-05-22 14:50:47 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-05-23 00:42:34 -0300
commit9621572e3cdaab31dcdf2f79ec7bf8907c741847 (patch)
tree962845e4e26c7d9fe7e9ccb2b3f592811d0221ce /libre/icedove/rhbz-966424.patch
parentda8264d8ac7c41a0875be1c29819fcc5311c0edb (diff)
icedove-1:31.7.0.deb1-1{,.nonprism1}: updating version
Diffstat (limited to 'libre/icedove/rhbz-966424.patch')
-rw-r--r--libre/icedove/rhbz-966424.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/libre/icedove/rhbz-966424.patch b/libre/icedove/rhbz-966424.patch
deleted file mode 100644
index c4c332e9e..000000000
--- a/libre/icedove/rhbz-966424.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- a/toolkit/modules/CertUtils.jsm
-+++ b/toolkit/modules/CertUtils.jsm
-@@ -170,17 +170,19 @@ this.checkCert =
- issuerCert = issuerCert.QueryInterface(Ci.nsIX509Cert3);
- var tokenNames = issuerCert.getAllTokenNames({});
-
- if (!tokenNames || !tokenNames.some(isBuiltinToken))
- throw new Ce(certNotBuiltInErr, Cr.NS_ERROR_ABORT);
- }
-
- function isBuiltinToken(tokenName) {
-- return tokenName == "Builtin Object Token";
-+ return tokenName == "Builtin Object Token" ||
-+ tokenName == "Default Trust" ||
-+ tokenName == "System Trust";
- }
-
- /**
- * This class implements nsIBadCertListener. Its job is to prevent "bad cert"
- * security dialogs from being shown to the user. It is better to simply fail
- * if the certificate is bad. See bug 304286.
- *
- * @param aAllowNonBuiltInCerts (optional)