Bug 1222933 - Add am32-34121.dll to blocklist; r=bsmedberg

This commit is contained in:
Aaron Klotz 2015-11-10 15:25:06 -07:00
parent d44b0e2442
commit 6c9c36485e

View File

@ -183,6 +183,9 @@ static DllBlockInfo sWindowsDllBlocklist[] = {
// NetOp School, discontinued product, bug 763395
{ "nlsp.dll", MAKE_VERSION(6, 23, 2012, 19) },
// AdMuncher, bug 1222933
{ "am32-34121.dll", MAKE_VERSION(4, 73, 0, 30530) },
{ nullptr, 0 }
};