mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Bug 1713383: Block rtop_bg.exe (ByteFence Anti-Malware) from instantiating a11y. r=eeejay
This is a security product and has no good reason to instantiate a11y. We've also seen it show up in obscure crash reports. Differential Revision: https://phabricator.services.mozilla.com/D116536
This commit is contained in:
parent
b8e46961a0
commit
1c29b2b8ad
@ -169,7 +169,8 @@ LazyInstantiator::GetClientPid(const DWORD aClientTid) {
|
||||
*/
|
||||
static const char* gBlockedRemoteClients[] = {
|
||||
"tbnotifier.exe", // Ask.com Toolbar, bug 1453876
|
||||
"flow.exe" // Conexant Flow causes performance issues, bug 1569712
|
||||
"flow.exe", // Conexant Flow causes performance issues, bug 1569712
|
||||
"rtop_bg.exe", // ByteFence Anti-Malware, bug 1713383
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user