зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1581092 - Prevent the Hancom Office shell extension from crashing Firefox r=tkikuchi
Differential Revision: https://phabricator.services.mozilla.com/D72481
This commit is contained in:
Родитель
e9d728c40f
Коммит
c1b4ec0073
|
@ -260,6 +260,10 @@ BROWSER_PROCESS += [
|
|||
# NXP Semiconductors (formerly Athena) PKCS11 module causes crashes,
|
||||
# bug 1560052
|
||||
DllBlocklistEntry("asepkcs.dll", (6, 5, 0, 5)),
|
||||
|
||||
# Hancom Office shell extension causes crashes when the file picker is
|
||||
# opened. See bug 1581092.
|
||||
DllBlocklistEntry("hncshellext64.dll", (1, 0, 0 ,3)),
|
||||
]
|
||||
|
||||
CHILD_PROCESSES += [
|
||||
|
|
Загрузка…
Ссылка в новой задаче