This commit is contained in:
Azure Pipelines EF Migration Bot 2020-06-29 16:06:39 +00:00 committed by Collin M. Barrett
parent 121af510b8
commit 9fdc8c488a
3 changed files with 87677 additions and 0 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -25470,6 +25470,18 @@ protected override void BuildModel(ModelBuilder modelBuilder)
SyntaxId = (short)2,
ViewUrl = "https://ftpihole.s3.eu-west-2.amazonaws.com/blocklists/smartphone-ads-tracking.txt",
ViewUrlMirror1 = "https://raw.githubusercontent.com/ftpmorph/ftpihole/master/blocklists/smartphone-ads-tracking.txt"
},
new
{
Id = (short)2320,
Description = "A list for blocking the ads and tracking built into the stock MIUI ROMs of Xiaomi smartphones. Please note that as this list blocks connections to most MIUI servers to achieve that goal, Mi Cloud and similar services may be broken. Google services will continue to work fine and I have specifically ensured that OTAs are not blocked (if OTAs break, please open an issue on GitHub with as much detail as possible). Tested to work on Pi Hole, AdAway, and DNS66. Should work on all domain list based blockers.",
HomeUrl = "https://ftpihole.com",
IssuesUrl = "https://github.com/ftpmorph/ftpihole/issues",
LicenseId = (short)7,
Name = "FTPiHole Xiaomi MIUI Ads and Trackers Blocklist",
SyntaxId = (short)2,
ViewUrl = "https://ftpihole.s3.eu-west-2.amazonaws.com/blocklists/xiaomi-ads-tracking.txt",
ViewUrlMirror1 = "https://raw.githubusercontent.com/ftpmorph/ftpihole/master/blocklists/xiaomi-ads-tracking.txt"
});
});
@ -50837,6 +50849,16 @@ protected override void BuildModel(ModelBuilder modelBuilder)
{
FilterListId = (short)2319,
TagId = (short)3
},
new
{
FilterListId = (short)2320,
TagId = (short)2
},
new
{
FilterListId = (short)2320,
TagId = (short)3
});
});