Bug 1222819 - Add Orbit Downloader .dlls to Windows blocklist. r=aklotz

This commit is contained in:
philipp 2015-12-01 12:40:25 -07:00
parent be6581e034
commit 7e54372bd4

View File

@ -183,6 +183,10 @@ static DllBlockInfo sWindowsDllBlocklist[] = {
// NetOp School, discontinued product, bug 763395
{ "nlsp.dll", MAKE_VERSION(6, 23, 2012, 19) },
// Orbit Downloader, bug 1222819
{ "grabdll.dll", MAKE_VERSION(2, 6, 1, 0) },
{ "grabkernel.dll", MAKE_VERSION(1, 0, 0, 1) },
{ nullptr, 0 }
};