diff options
author | Martin Stransky <stransky@redhat.com> | 2017-09-25 10:50:08 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2017-09-25 10:50:08 +0200 |
commit | 4b13d203f8ddc3cd08eacd3906bdd6b49c7fad8b (patch) | |
tree | 94aded19182f9a904a28ab356647b9a51d0b0653 /rhbz-966424.patch | |
parent | Merge branch 'master' into f26 (diff) | |
parent | Update to 56.0 (diff) | |
download | librewolf-fedora-ff-4b13d203f8ddc3cd08eacd3906bdd6b49c7fad8b.tar.gz librewolf-fedora-ff-4b13d203f8ddc3cd08eacd3906bdd6b49c7fad8b.tar.bz2 librewolf-fedora-ff-4b13d203f8ddc3cd08eacd3906bdd6b49c7fad8b.zip |
Merge branch 'master' into f26
Diffstat (limited to 'rhbz-966424.patch')
-rw-r--r-- | rhbz-966424.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/rhbz-966424.patch b/rhbz-966424.patch deleted file mode 100644 index 7579d09..0000000 --- a/rhbz-966424.patch +++ /dev/null @@ -1,14 +0,0 @@ -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"; - } - - /** |