Skip to content

Commit

Permalink
Add a comment to the Browser Blacklist List
Browse files Browse the repository at this point in the history
This comment roughly explains when the blacklist should be used, as well
as linking to the blacklist policy.

R=robertshield@chromium.org
BUG=

Review URL: https://codereview.chromium.org/334913002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277108 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
csharp@chromium.org committed Jun 13, 2014
1 parent 93bc9c0 commit 0306bdd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions chrome_elf/blacklist/blacklist.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ extern "C" IMAGE_DOS_HEADER __ImageBase;

namespace blacklist{

// The DLLs listed here are known (or under strong suspicion) of causing crashes
// when they are loaded in the browser. DLLs should only be added to this list
// if there is nothing else Chrome can do to prevent those crashes.
// For more information about how this list is generated, and how to get off
// of it, see:
// https://sites.google.com/a/chromium.org/dev/Home/third-party-developers
const wchar_t* g_troublesome_dlls[kTroublesomeDllsMaxCount] = {
L"datamngr.dll", // Unknown (suspected adware).
L"hk.dll", // Unknown (keystroke logger).
Expand Down

0 comments on commit 0306bdd

Please sign in to comment.