mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 19:33:18 +00:00
Bug 1311969: Add nzbrcom.dll to blocklist; r=bsmedberg
MozReview-Commit-ID: BFVajNJNUdw --HG-- extra : rebase_source : c5edc09b343b03bf722acd75995ce86388170071
This commit is contained in:
parent
fc87093033
commit
4e2ad82fdd
@ -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 }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user