Add 360 Safeguard to DLL blocklist.

master
Fedor 2019-11-12 08:40:12 +03:00
parent 9ebbdfb7c3
commit 8da0b9daa2
1 changed files with 3 additions and 0 deletions

View File

@ -227,6 +227,9 @@ static DllBlockInfo sWindowsDllBlocklist[] = {
// Comodo IS old versions, startup crash on 64-bit, bug 1140397
{ "guard64.dll", MAKE_VERSION(6, 3, 0, 0) },
// 360 Safeguard/360 Total Security causes a11y crashes, bug 1536227.
{ "safemon64.dll", ALL_VERSIONS },
{ nullptr, 0 }
};