diff --git a/data/FilterListTag.json b/data/FilterListTag.json index eff1455dd..07cdec084 100644 --- a/data/FilterListTag.json +++ b/data/FilterListTag.json @@ -2,5 +2,61 @@ { "filterListId": 19, "tagId": 1 + }, + { + "filterListId": 94, + "tagId": 10 + }, + { + "filterListId": 141, + "tagId": 10 + }, + { + "filterListId": 143, + "tagId": 10 + }, + { + "filterListId": 144, + "tagId": 10 + }, + { + "filterListId": 145, + "tagId": 10 + }, + { + "filterListId": 238, + "tagId": 10 + }, + { + "filterListId": 270, + "tagId": 14 + }, + { + "filterListId": 333, + "tagId": 13 + }, + { + "filterListId": 339, + "tagId": 12 + }, + { + "filterListId": 371, + "tagId": 13 + }, + { + "filterListId": 384, + "tagId": 10 + }, + { + "filterListId": 389, + "tagId": 13 + }, + { + "filterListId": 422, + "tagId": 13 + }, + { + "filterListId": 435, + "tagId": 12 } ] \ No newline at end of file diff --git a/data/Tag.json b/data/Tag.json index ca2ef70d1..98f72ddea 100644 --- a/data/Tag.json +++ b/data/Tag.json @@ -3,5 +3,70 @@ "id": 1, "description": "Blocks cryptomining and/or cryptojacking", "name": "crypto" + }, + { + "id": 2, + "description": "Blocks advertisements", + "name": "ads" + }, + { + "id": 3, + "description": "Blocks trackers and other privacy-invasive resources", + "name": "privacy" + }, + { + "id": 4, + "description": "Blocks social media scripts, trackers, widgets, etc.", + "name": "social" + }, + { + "id": 5, + "description": "Blocks adblock detection scripts", + "name": "anti-adblock" + }, + { + "id": 6, + "description": "Blocks malicious resources", + "name": "malware" + }, + { + "id": 7, + "description": "Blocks phishing and/or scam resources", + "name": "phishing" + }, + { + "id": 8, + "description": "Blocks cookie notices primarily in response to the EU Cookie Law", + "name": "cookies" + }, + { + "id": 9, + "description": "Blocks subjectively annoying resources", + "name": "annoyances" + }, + { + "id": 10, + "description": "Unblocks categorical resources", + "name": "whitelist" + }, + { + "id": 11, + "description": "Blocks adult, NSFW, pornographic, etc. resources", + "name": "nsfw" + }, + { + "id": 12, + "description": "Redirects traffic through proxies to get around firewalls", + "name": "proxy" + }, + { + "id": 13, + "description": "Extends or blocks functionality from search engines", + "name": "search" + }, + { + "id": 14, + "description": "Intended for research only", + "name": "research" } ] \ No newline at end of file