Bug 1339083 - Blocklist old K7TotalSecurity versions. r=aklotz

--HG--
extra : rebase_source : bba08ee37b47bd8893732e8617bfde77d9d40753
This commit is contained in:
Marco Castelluccio 2017-02-14 08:01:00 -05:00
Родитель 5a9707b667
Коммит 170093d6d9
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -222,6 +222,9 @@ static const DllBlockInfo sWindowsDllBlocklist[] = {
// AhnLab Internet Security, bug 1311969
{ "nzbrcom.dll", ALL_VERSIONS },
// K7TotalSecurity, bug 1339083.
{ "k7pswsen.dll", MAKE_VERSION(15, 2, 2, 95) },
{ nullptr, 0 }
};