Bug 1385484 - Add the login reputation whitelist behind a pref. r=hchang

MozReview-Commit-ID: Dbtl3WL5tMJ
This commit is contained in:
Francois Marier
2017-08-08 16:23:10 -07:00
parent c8fa594d36
commit b4f1a9b65e
6 changed files with 32 additions and 2 deletions

View File

@@ -252,6 +252,9 @@ static const struct {
{ "goog-badbinurl-proto", MALICIOUS_BINARY}, // 7
{ "goog-downloadwhite-proto", CSD_DOWNLOAD_WHITELIST}, // 9
// For login reputation
{ "goog-passwordwhite-proto", CSD_WHITELIST}, // 8
// For testing purpose.
{ "test-phish-proto", SOCIAL_ENGINEERING_PUBLIC}, // 2
{ "test-unwanted-proto", UNWANTED_SOFTWARE}, // 3