Bug 1453876: Fix accessibility blocking of the Ask.com Toolbar. r=eeejay

Bug 1421018 intended to block the Ask.Com Toolbar (tbnotifier.exe).
This is basically malware and is responsible for a huge number of unnecessary accessibility instantiations.
However, there seems to have been some confusion and we ended up blocking tbnnotifier.exe instead.
This changes that block to tbnotifier.exe.

MozReview-Commit-ID: 2gZF8sYeGtb

--HG--
extra : rebase_source : 3d14a24c12748edfc31ddf7dac51bca491abd744
This commit is contained in:
James Teh 2018-04-13 15:12:13 +10:00
parent 9e1cc5b538
commit c68c566fd8

View File

@ -195,7 +195,7 @@ static const DllBlockInfo gBlockedInprocDlls[] = {
* This is the blocklist for known "bad" remote clients that instantiate a11y.
*/
static const char* gBlockedRemoteClients[] = {
"tbnnotifier.exe" // Ask.com Toolbar, bug 1421018
"tbnotifier.exe" // Ask.com Toolbar, bug 1453876
};
/**