summaryrefslogtreecommitdiff
path: root/libre/iceweasel/rhbz-966424.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-10-16 13:00:01 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-10-16 13:00:01 -0200
commitc0d4aa960be6339b4af657ffc6f94c4dafcdef78 (patch)
treecb0ad9c343e4265200291181de240134d890c58d /libre/iceweasel/rhbz-966424.patch
parent7115141f7882c91b328e79087424532262c3dcb2 (diff)
downloadabslibre-c0d4aa960be6339b4af657ffc6f94c4dafcdef78.tar.gz
abslibre-c0d4aa960be6339b4af657ffc6f94c4dafcdef78.tar.bz2
abslibre-c0d4aa960be6339b4af657ffc6f94c4dafcdef78.zip
iceweasel-1:33.0.deb1-1: updating version
Diffstat (limited to 'libre/iceweasel/rhbz-966424.patch')
-rw-r--r--libre/iceweasel/rhbz-966424.patch17
1 files changed, 4 insertions, 13 deletions
diff --git a/libre/iceweasel/rhbz-966424.patch b/libre/iceweasel/rhbz-966424.patch
index c4c332e9e..9a1c9e2b4 100644
--- a/libre/iceweasel/rhbz-966424.patch
+++ b/libre/iceweasel/rhbz-966424.patch
@@ -1,11 +1,7 @@
---- 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);
+diff -Nur mozilla-release.orig/toolkit/modules/CertUtils.jsm mozilla-release/toolkit/modules/CertUtils.jsm
+--- mozilla-release.orig/toolkit/modules/CertUtils.jsm 2014-10-11 07:06:48.000000000 -0200
++++ mozilla-release/toolkit/modules/CertUtils.jsm 2014-10-16 03:44:30.226448002 -0200
+@@ -174,7 +174,9 @@
}
function isBuiltinToken(tokenName) {
@@ -16,8 +12,3 @@
}
/**
- * 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)