Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(196)

Unified Diff: chrome_elf/blacklist/blacklist.cc

Issue 171153002: Increase Browser Blacklist (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_elf/blacklist/blacklist.cc
diff --git a/chrome_elf/blacklist/blacklist.cc b/chrome_elf/blacklist/blacklist.cc
index 32d3cb20c632b10a14f15b540bdeceb612d6ea75..958d7103b798ba5488b8d9857f7be6a06c20cecb 100644
--- a/chrome_elf/blacklist/blacklist.cc
+++ b/chrome_elf/blacklist/blacklist.cc
@@ -20,7 +20,10 @@ extern "C" IMAGE_DOS_HEADER __ImageBase;
namespace blacklist{
const wchar_t* g_troublesome_dlls[kTroublesomeDllsMaxCount] = {
- L"libsvn_tsvn32.dll",
+ L"datamngr.dll", // Unknown (suspected adware).
+ L"hk.dll", // Unknown (keystroke logger).
+ L"libsvn_tsvn32.dll", // TortoiseSVN.
+ L"lmrn.dll", // Unknown.
// Keep this null pointer here to mark the end of the list.
NULL,
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698