mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
migrate PR #1729
This commit is contained in:
parent
121af510b8
commit
9fdc8c488a
3 changed files with 87677 additions and 0 deletions
56909
server/src/FilterLists.Data.Migrations/Migrations/20200629160638_1729.Designer.cs
generated
Normal file
56909
server/src/FilterLists.Data.Migrations/Migrations/20200629160638_1729.Designer.cs
generated
Normal file
File diff suppressed because it is too large
Load diff
30746
server/src/FilterLists.Data.Migrations/Migrations/20200629160638_1729.cs
Normal file
30746
server/src/FilterLists.Data.Migrations/Migrations/20200629160638_1729.cs
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -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
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue