Bug 763395 - Add nlsp.dll to blocklist. r=bsmedberg

This commit is contained in:
David Major 2015-06-05 11:49:00 -04:00
parent 809921af78
commit 34c895a6c7

View File

@ -175,6 +175,9 @@ static DllBlockInfo sWindowsDllBlocklist[] = {
// Old version of WebcamMax crashes WebRTC, bug 1130061
{ "vwcsource.ax", MAKE_VERSION(1, 5, 0, 0) },
// NetOp School, discontinued product, bug 763395
{ "nlsp.dll", MAKE_VERSION(6, 23, 2012, 19) },
{ nullptr, 0 }
};