summarylogtreecommitdiffstats
path: root/rhbz-966424.patch
blob: ebe9ec7ca555a3e53c07b117698e5c63ccec33b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff -up toolkit/modules/CertUtils.jsm toolkit/modules/CertUtils.jsm
--- toolkit/modules/CertUtils.jsm	2014-10-14 08:12:14.358697255 +0200
+++ toolkit/modules/CertUtils.jsm	2014-10-14 08:17:59.962181908 +0200
@@ -174,7 +174,9 @@ this.checkCert =
 }
 
 function isBuiltinToken(tokenName) {
-  return tokenName == "Builtin Object Token";
+  return tokenName == "Builtin Object Token" ||
+         tokenName == "Default Trust" ||
+         tokenName == "System Trust";
 }
 
 /**