mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
feat(data): migrate PR #1894
This commit is contained in:
parent
ca52fa5da0
commit
f6e5204069
3 changed files with 90172 additions and 8 deletions
58720
server/src/FilterLists.Data.Migrations/Migrations/20200817032023_1894.Designer.cs
generated
Normal file
58720
server/src/FilterLists.Data.Migrations/Migrations/20200817032023_1894.Designer.cs
generated
Normal file
File diff suppressed because it is too large
Load diff
31444
server/src/FilterLists.Data.Migrations/Migrations/20200817032023_1894.cs
Normal file
31444
server/src/FilterLists.Data.Migrations/Migrations/20200817032023_1894.cs
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -1961,13 +1961,13 @@ protected override void BuildModel(ModelBuilder modelBuilder)
|
|||
Id = (short)177,
|
||||
Description = "BarbBlock is a content blocking list with standalone browser extensions for Chrome and Firefox. It blacklists sites which have used DMCA takedowns to force removal from other content blocking lists. Such takedowns are categorically invalid, but they can be effective at intimidating small open-source projects into compliance.",
|
||||
DescriptionSourceUrl = "https://github.com/paulgb/BarbBlock/blob/master/README.md",
|
||||
HomeUrl = "https://ssl.bblck.me/",
|
||||
HomeUrl = "https://paulgb.github.io/BarbBlock/",
|
||||
IssuesUrl = "https://github.com/paulgb/BarbBlock/issues",
|
||||
LicenseId = (short)2,
|
||||
Name = "BarbBlock Hosts",
|
||||
SyntaxId = (short)1,
|
||||
UpdatedDate = new DateTime(2018, 12, 16, 1, 31, 11, 0, DateTimeKind.Unspecified),
|
||||
ViewUrl = "https://ssl.bblck.me/blacklists/hosts-file.txt"
|
||||
ViewUrl = "https://paulgb.github.io/BarbBlock/blacklists/hosts-file.txt"
|
||||
},
|
||||
new
|
||||
{
|
||||
|
|
@ -5750,40 +5750,40 @@ protected override void BuildModel(ModelBuilder modelBuilder)
|
|||
Id = (short)515,
|
||||
Description = "BarbBlock is a content blocking list with standalone browser extensions for Chrome and Firefox. It blacklists sites which have used DMCA takedowns to force removal from other content blocking lists. Such takedowns are categorically invalid, but they can be effective at intimidating small open-source projects into compliance.",
|
||||
DescriptionSourceUrl = "https://github.com/paulgb/BarbBlock/blob/master/README.md",
|
||||
HomeUrl = "https://ssl.bblck.me/",
|
||||
HomeUrl = "https://paulgb.github.io/BarbBlock/",
|
||||
IssuesUrl = "https://github.com/paulgb/BarbBlock/issues",
|
||||
LicenseId = (short)2,
|
||||
Name = "BarbBlock uBlock Origin",
|
||||
SyntaxId = (short)4,
|
||||
UpdatedDate = new DateTime(2019, 1, 14, 8, 45, 10, 0, DateTimeKind.Unspecified),
|
||||
ViewUrl = "https://ssl.bblck.me/blacklists/ublock-origin.txt"
|
||||
ViewUrl = "https://paulgb.github.io/BarbBlock/blacklists/ublock-origin.txt"
|
||||
},
|
||||
new
|
||||
{
|
||||
Id = (short)516,
|
||||
Description = "BarbBlock is a content blocking list with standalone browser extensions for Chrome and Firefox. It blacklists sites which have used DMCA takedowns to force removal from other content blocking lists. Such takedowns are categorically invalid, but they can be effective at intimidating small open-source projects into compliance.",
|
||||
DescriptionSourceUrl = "https://github.com/paulgb/BarbBlock/blob/master/README.md",
|
||||
HomeUrl = "https://ssl.bblck.me/",
|
||||
HomeUrl = "https://paulgb.github.io/BarbBlock/",
|
||||
IssuesUrl = "https://github.com/paulgb/BarbBlock/issues",
|
||||
LicenseId = (short)2,
|
||||
Name = "BarbBlock Domains",
|
||||
PublishedDate = new DateTime(2017, 8, 14, 9, 11, 43, 0, DateTimeKind.Unspecified),
|
||||
SyntaxId = (short)2,
|
||||
UpdatedDate = new DateTime(2019, 1, 14, 8, 50, 10, 0, DateTimeKind.Unspecified),
|
||||
ViewUrl = "https://raw.githubusercontent.com/paulgb/BarbBlock/master/blacklists/domain-list.txt"
|
||||
ViewUrl = "https://paulgb.github.io/BarbBlock/blacklists/domain-list.txt"
|
||||
},
|
||||
new
|
||||
{
|
||||
Id = (short)517,
|
||||
Description = "BarbBlock is a content blocking list with standalone browser extensions for Chrome and Firefox. It blacklists sites which have used DMCA takedowns to force removal from other content blocking lists. Such takedowns are categorically invalid, but they can be effective at intimidating small open-source projects into compliance.",
|
||||
DescriptionSourceUrl = "https://github.com/paulgb/BarbBlock/blob/master/README.md",
|
||||
HomeUrl = "https://ssl.bblck.me/",
|
||||
HomeUrl = "https://paulgb.github.io/BarbBlock/",
|
||||
IssuesUrl = "https://github.com/paulgb/BarbBlock/issues",
|
||||
LicenseId = (short)2,
|
||||
Name = "BarbBlock Adblock Plus",
|
||||
SyntaxId = (short)3,
|
||||
UpdatedDate = new DateTime(2019, 1, 14, 8, 57, 9, 0, DateTimeKind.Unspecified),
|
||||
ViewUrl = "https://ssl.bblck.me/blacklists/adblock-plus.txt"
|
||||
ViewUrl = "https://paulgb.github.io/BarbBlock/blacklists/adblock-plus.txt"
|
||||
},
|
||||
new
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue