Bug 1407712 - Block more versions of guard64.dll of Comodo Firewall. r=gcp

Differential Revision: https://phabricator.services.mozilla.com/D79238
This commit is contained in:
Toshihito Kikuchi 2020-06-11 14:36:44 +00:00
Родитель 83d3f92844
Коммит 5002a0f0f7
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -230,8 +230,8 @@ ALL_PROCESSES += [
DllBlocklistEntry("IseGuard32.dll", (1, 6, 13835, 184)),
DllBlocklistEntry("IseGuard64.dll", (1, 6, 13835, 184)),
# Old version of COMODO Firewall, bug 1624336
DllBlocklistEntry("guard64.dll", (5, 12, 59641, 2599)),
# Old version of COMODO Firewall, bug 1407712 and bug 1624336
DllBlocklistEntry("guard64.dll", (8, 4, 0, 65535)),
# Old version of Panda Security, bug 1637984
DllBlocklistEntry("PavLspHook64.dll", (9, 2, 2, 1), BLOCK_WIN7_AND_OLDER),