Bug 1385484 - Add the login reputation whitelist behind a pref. r=hchang
MozReview-Commit-ID: Dbtl3WL5tMJ
This commit is contained in:
@@ -1564,6 +1564,9 @@ nsUrlClassifierDBService::ReadTablesFromPrefs()
|
||||
Preferences::GetCString(DOWNLOAD_ALLOW_TABLE_PREF, tables);
|
||||
AppendTables(tables, allTables);
|
||||
|
||||
Preferences::GetCString(PASSWORD_ALLOW_TABLE_PREF, tables);
|
||||
AppendTables(tables, allTables);
|
||||
|
||||
Preferences::GetCString(TRACKING_TABLE_PREF, tables);
|
||||
AppendTables(tables, allTables);
|
||||
AppendTables(tables, mTrackingProtectionTables);
|
||||
|
||||
Reference in New Issue
Block a user