mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 08:48:39 +09:00
No issue - Add 360 Safeguard to DLL blocklist
360 Safeguard/360 Total Security (Qihoo) causes crashes in a11y components. This adds the offending dll to the injection blocklist. See BZ bug 1536227 for details.
This commit is contained in:
parent
5449e900ba
commit
c93a31b725
1 changed files with 3 additions and 0 deletions
|
|
@ -231,6 +231,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 }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue