Bug 1569712: Block Conexant Flow instantiating a11y to prevent performance issues. r=MarcoZ

Differential Revision: https://phabricator.services.mozilla.com/D40149

--HG--
extra : moz-landing-system : lando
This commit is contained in:
James Teh 2019-08-01 05:07:31 +00:00
Родитель e704cee0c2
Коммит 0093fb5f88
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -165,7 +165,8 @@ LazyInstantiator::GetClientPid(const DWORD aClientTid) {
* This is the blocklist for known "bad" remote clients that instantiate a11y.
*/
static const char* gBlockedRemoteClients[] = {
"tbnotifier.exe" // Ask.com Toolbar, bug 1453876
"tbnotifier.exe", // Ask.com Toolbar, bug 1453876
"flow.exe" // Conexant Flow causes performance issues, bug 1569712
};
/**