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 2e2b6b9efa
commit 3fb9813b89
6 changed files with 32 additions and 2 deletions

View File

@@ -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);