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
ref #119
ref #200
  • Loading branch information
collinbarrett committed Feb 22, 2018
1 parent 27b98f2 commit 7a1c342
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 7a1c342

Please sign in to comment.