Skip to content

Commit

Permalink
add HOSTS AdBlock to ignore list for snapshots for now
Browse files Browse the repository at this point in the history
  • Loading branch information
collinbarrett committed Feb 22, 2018
1 parent f19d422 commit 78f6f9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class SnapshotService
private readonly FilterListsDbContext dbContext;

//TODO: update algorithm to support non-standard list sizes and formats (#200, #201)
private readonly List<int> ignoreLists = new List<int> {48, 173, 185, 186, 187, 188, 189};
private readonly List<int> ignoreLists = new List<int> {48, 173, 185, 186, 187, 188, 189, 352};

public SnapshotService(FilterListsDbContext dbContext)
{
Expand Down

0 comments on commit 78f6f9f

Please sign in to comment.