Bug 519348 - Blocklist radhslib.dll

This commit is contained in:
Johnathan Nightingale 2010-01-19 14:22:43 -05:00
Родитель 4eb72a5b39
Коммит 7cb66f128e
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -97,6 +97,9 @@ static DllBlockInfo sWindowsDllBlocklist[] = {
// fgjk4wvb.dll - Suspected malware
{"fgjk4wvb.dll", MAKE_VERSION(8,8,8,8)},
// radhslib.dll - Naomi internet filter - unmaintained since 2006
{"radhslib.dll", UNVERSIONED},
// leave these two in always for tests
{ "mozdllblockingtest.dll", ALL_VERSIONS },
{ "mozdllblockingtest_versioned.dll", 0x0000000400000000ULL },