Bug 1768800: Remove EARLY_BETA_OR_EARLIER guards for safaweb*.dll blocking. r=gcp

Differential Revision: https://phabricator.services.mozilla.com/D146048
This commit is contained in:
Bob Owen 2022-05-11 08:39:32 +00:00
Родитель a5a53998ab
Коммит 114d22f0b8
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -305,13 +305,11 @@ CHILD_PROCESSES += [
DllBlocklistEntry("videocapturerhk32.dll", ALL_VERSIONS),
DllBlocklistEntry("videocapturerhk64.dll", ALL_VERSIONS),
#if defined(EARLY_BETA_OR_EARLIER)
# Causes crashes in the content process with win32k lockdown, bug 1766029
# The crash seems to be in the *_m module which has been unloaded.
DllBlocklistEntry("safaweb.dll", (3, 0, 21, 3181)),
DllBlocklistEntry("safaweb_m.dll", (3, 0, 21, 3181)),
DllBlocklistEntry("safaweb64.dll", (3, 0, 21, 3181)),
DllBlocklistEntry("safaweb64_m.dll", (3, 0, 21, 3181)),
#endif
]