Bug 1311969: Add nzbrcom.dll to blocklist; r=bsmedberg

MozReview-Commit-ID: BFVajNJNUdw

--HG--
extra : rebase_source : c5edc09b343b03bf722acd75995ce86388170071
This commit is contained in:
Aaron Klotz 2016-11-03 14:22:20 -06:00
parent fc87093033
commit 4e2ad82fdd

View File

@ -222,6 +222,9 @@ static DllBlockInfo sWindowsDllBlocklist[] = {
// Vorbis DirectShow filters, bug 1239690.
{ "vorbis.acm", MAKE_VERSION(0, 0, 3, 6) },
// AhnLab Internet Security, bug 1311969
{ "nzbrcom.dll", ALL_VERSIONS },
{ nullptr, 0 }
};