mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
migrate PR #1517
This commit is contained in:
parent
e8b50be219
commit
2f748d7b39
3 changed files with 81802 additions and 0 deletions
52868
server/src/FilterLists.Data.Migrations/Migrations/20200406001624_1517.Designer.cs
generated
Normal file
52868
server/src/FilterLists.Data.Migrations/Migrations/20200406001624_1517.Designer.cs
generated
Normal file
File diff suppressed because it is too large
Load diff
28908
server/src/FilterLists.Data.Migrations/Migrations/20200406001624_1517.cs
Normal file
28908
server/src/FilterLists.Data.Migrations/Migrations/20200406001624_1517.cs
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -23864,6 +23864,17 @@ protected override void BuildModel(ModelBuilder modelBuilder)
|
|||
ViewUrl = "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/EkstraBladetEroticContentRemover.txt",
|
||||
ViewUrlMirror1 = "https://repo.or.cz/FilterMirrorRepo.git/blob_plain/refs/heads/master:/EkstraBladetEroticContentRemover.txt",
|
||||
ViewUrlMirror2 = "https://gitlab.com/DandelionSprout/adfilt/raw/master/Special%20security%20lists/EkstraBladetEroticContentRemover.txt"
|
||||
},
|
||||
new
|
||||
{
|
||||
Id = (short)2159,
|
||||
Description = "Malware, phishing and scam domain block list. This is a bleeding-edge list fed by the tens of scam emails coming to my inbox every day, and will serve as a temporary countermeasure until these domains are added to Safe Browsing.",
|
||||
EmailAddress = "marcos@orca.pet",
|
||||
HomeUrl = "https://orca.pet/notonmyshift/",
|
||||
LicenseId = (short)14,
|
||||
Name = "Not on my shift",
|
||||
SyntaxId = (short)2,
|
||||
ViewUrl = "https://orca.pet/notonmyshift/domains.txt"
|
||||
});
|
||||
});
|
||||
|
||||
|
|
@ -46986,6 +46997,21 @@ protected override void BuildModel(ModelBuilder modelBuilder)
|
|||
{
|
||||
FilterListId = (short)2158,
|
||||
TagId = (short)11
|
||||
},
|
||||
new
|
||||
{
|
||||
FilterListId = (short)2159,
|
||||
TagId = (short)2
|
||||
},
|
||||
new
|
||||
{
|
||||
FilterListId = (short)2159,
|
||||
TagId = (short)6
|
||||
},
|
||||
new
|
||||
{
|
||||
FilterListId = (short)2159,
|
||||
TagId = (short)7
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue