зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1333486 - Blocklist Internet Download Manager .dll crashing on Firefox 53+. r=bsmedberg
--HG-- extra : rebase_source : 74dab10773221de563e6d8ae87b22014e747ba09
This commit is contained in:
Родитель
0089cc1a15
Коммит
18cfe68b0f
|
@ -229,6 +229,10 @@ static const DllBlockInfo sWindowsDllBlocklist[] = {
|
|||
{ "smci32.dll", ALL_VERSIONS },
|
||||
{ "smci64.dll", ALL_VERSIONS },
|
||||
|
||||
// Crashes with Internet Download Manager, bug 1333486
|
||||
{ "idmcchandler7.dll", ALL_VERSIONS },
|
||||
{ "idmcchandler7_64.dll", ALL_VERSIONS },
|
||||
|
||||
{ nullptr, 0 }
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче