summarylogtreecommitdiffstats
path: root/rhbz-966424.patch
diff options
context:
space:
mode:
authorAlex Talker2015-06-23 19:14:11 +0300
committerAlex Talker2015-06-23 19:22:39 +0300
commitd21b32a29793bd9135d2964c833bb0a346af7f8e (patch)
tree9f4d4e70407c4ebfb3d772f63200a1d497ed075e /rhbz-966424.patch
downloadaur-d21b32a29793bd9135d2964c833bb0a346af7f8e.tar.gz
Initial import
Diffstat (limited to 'rhbz-966424.patch')
-rw-r--r--rhbz-966424.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/rhbz-966424.patch b/rhbz-966424.patch
new file mode 100644
index 000000000000..7579d090f8cc
--- /dev/null
+++ b/rhbz-966424.patch
@@ -0,0 +1,14 @@
+diff -up firefox-33.0/mozilla-release/toolkit/modules/CertUtils.jsm.966424 firefox-33.0/mozilla-release/toolkit/modules/CertUtils.jsm
+--- firefox-33.0/mozilla-release/toolkit/modules/CertUtils.jsm.966424 2014-10-14 08:12:14.358697255 +0200
++++ firefox-33.0/mozilla-release/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";
+ }
+
+ /**