Bug 1837246: Block Kingsoft DLL (dghmpg64.dll) in all versions to avoid crashes r=gsvelto

Depends on D181651

Differential Revision: https://phabricator.services.mozilla.com/D181652
This commit is contained in:
Greg Stoll 2023-06-21 18:16:06 +00:00
Родитель f2c741431e
Коммит 1a256b19b8
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -349,7 +349,7 @@ BROWSER_PROCESS += [
DllBlocklistEntry("kisfdpro64.dll", ALL_VERSIONS), DllBlocklistEntry("kisfdpro64.dll", ALL_VERSIONS),
# Kingsoft internet security (bug 1837246) # Kingsoft internet security (bug 1837246)
DllBlocklistEntry("dghmpg64.dll", (2023, 5, 31, 1367)), DllBlocklistEntry("dghmpg64.dll", ALL_VERSIONS),
] ]
CHILD_PROCESSES += [ CHILD_PROCESSES += [