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:
James Teh 2021-06-02 23:33:11 +00:00
parent b8e46961a0
commit 1c29b2b8ad

View File

@ -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
};
/**