From de4dcc4b2cf027cdd253a5d22b98dd9ba1fe15ad Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Fri, 15 Apr 2022 12:26:01 -0500 Subject: [PATCH] =?UTF-8?q?feat(dir):=20=E2=9C=A8=20add=20BlockListNetUA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/Directory/data/FilterList.json | 8 ++++++++ services/Directory/data/FilterListLanguage.json | 4 ++++ services/Directory/data/FilterListSyntax.json | 4 ++++ services/Directory/data/FilterListViewUrl.json | 6 ++++++ services/Directory/data/Syntax.json | 5 +++++ 5 files changed, 27 insertions(+) diff --git a/services/Directory/data/FilterList.json b/services/Directory/data/FilterList.json index ff69fe5c4..965c75b04 100644 --- a/services/Directory/data/FilterList.json +++ b/services/Directory/data/FilterList.json @@ -17402,5 +17402,13 @@ "issuesUrl": "https://github.com/ThePirateNerd/Anti-Q/issues", "licenseId": 5, "name": "Anti-Q" + }, + { + "description": "The BlockList project was created to become protection against negative influence of the harmful and potentially dangerous events on the Internet.", + "emailAddress": "office@blocklist.net.ua", + "homeUrl": "https://blocklist.net.ua/", + "id": 2585, + "licenseId": 5, + "name": "BlockListNetUA" } ] diff --git a/services/Directory/data/FilterListLanguage.json b/services/Directory/data/FilterListLanguage.json index b24375b4e..b6feafd2c 100644 --- a/services/Directory/data/FilterListLanguage.json +++ b/services/Directory/data/FilterListLanguage.json @@ -3782,5 +3782,9 @@ { "filterListId": 2583, "languageId": 179 + }, + { + "filterListId": 2585, + "languageId": 167 } ] diff --git a/services/Directory/data/FilterListSyntax.json b/services/Directory/data/FilterListSyntax.json index f49aa1ea2..f21675e2f 100644 --- a/services/Directory/data/FilterListSyntax.json +++ b/services/Directory/data/FilterListSyntax.json @@ -8722,5 +8722,9 @@ { "filterListId": 2584, "syntaxId": 2 + }, + { + "filterListId": 2585, + "syntaxId": 57 } ] diff --git a/services/Directory/data/FilterListViewUrl.json b/services/Directory/data/FilterListViewUrl.json index 0c7f73d6d..0786c7938 100644 --- a/services/Directory/data/FilterListViewUrl.json +++ b/services/Directory/data/FilterListViewUrl.json @@ -16156,5 +16156,11 @@ "id": 2849, "primariness": 1, "url": "https://raw.githubusercontent.com/ThePirateNerd/Anti-Q/main/Anti-Q.txt" + }, + { + "filterListId": 2585, + "id": 2850, + "primariness": 1, + "url": "https://blocklist.net.ua/blocklist.csv" } ] diff --git a/services/Directory/data/Syntax.json b/services/Directory/data/Syntax.json index 7ff575030..64f5c0b7d 100644 --- a/services/Directory/data/Syntax.json +++ b/services/Directory/data/Syntax.json @@ -207,5 +207,10 @@ "id": 56, "name": "Polish Cookie Consent", "url": "https://polishannoyancefilters.netlify.app/en/PolishCookieConsent/syntax/" + }, + { + "id": 57, + "name": "CSV", + "url": "https://en.wikipedia.org/wiki/Comma-separated_values" } ]