Bug 1704276 - Block InfoWatch Device Monitor's module. r=gcp

Differential Revision: https://phabricator.services.mozilla.com/D111783
This commit is contained in:
Toshihito Kikuchi 2021-04-13 14:26:20 +00:00
Родитель ed9bda9ec8
Коммит 9bb61c843d
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -240,6 +240,10 @@ ALL_PROCESSES += [
# Webroot SecureAnywhere causes crashes, bug 1700281
DllBlocklistEntry("WRDll.x64.dll", (1, 1, 0, 227)),
DllBlocklistEntry("WRDll.x86.dll", (1, 1, 0, 227)),
# InfoWatch Device Monitor causes crashes, bug 1704276
DllBlocklistEntry("iwprn.dll", (6, 9, 11, 360)),
DllBlocklistEntry("iwprn_x86.dll", (6, 9, 11, 360)),
]
ALL_PROCESSES_TESTS += [