mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
add HOSTS AdBlock to ignore list for snapshots for now
ref #119 ref #200
This commit is contained in:
parent
27b98f2772
commit
7a1c342f6e
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue