зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
a5a53998ab
Коммит
114d22f0b8
|
@ -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
|
||||
]
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче