From 7a1c342f6e09aa45629bc33a42f6d18268dbfc29 Mon Sep 17 00:00:00 2001 From: Collin Barrett Date: Wed, 21 Feb 2018 19:59:38 -0600 Subject: [PATCH] add HOSTS AdBlock to ignore list for snapshots for now ref #119 ref #200 --- src/FilterLists.Services/SnapshotService/SnapshotService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FilterLists.Services/SnapshotService/SnapshotService.cs b/src/FilterLists.Services/SnapshotService/SnapshotService.cs index 754758489..a2afb1ccc 100644 --- a/src/FilterLists.Services/SnapshotService/SnapshotService.cs +++ b/src/FilterLists.Services/SnapshotService/SnapshotService.cs @@ -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 ignoreLists = new List {48, 173, 185, 186, 187, 188, 189}; + private readonly List ignoreLists = new List {48, 173, 185, 186, 187, 188, 189, 352}; public SnapshotService(FilterListsDbContext dbContext) {