From 23400d795bb366f893e291c6cb09c1c26e9a5107 Mon Sep 17 00:00:00 2001 From: Imre Kristoffer Eilertsen Date: Mon, 1 Oct 2018 18:42:44 +0200 Subject: [PATCH] Added 4 new tags --- data/Tag.json | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/data/Tag.json b/data/Tag.json index 1d63c0d8e..8088869f6 100644 --- a/data/Tag.json +++ b/data/Tag.json @@ -78,5 +78,25 @@ "id": 16, "description": "Removes obstructing or annoying overlays", "name": "overlay" + }, + { + "id": 17, + "description": "Blocks gambling resources", + "name": "gambling" + }, + { + "id": 18, + "description": "Removes website-embedded fonts", + "name": "fonts" + }, + { + "id": 19, + "description": "Blocks resources from certain companies", + "name": "anti-corp" + }, + { + "id": 20, + "description": "Lists that are of special interest to IT admins", + "name": "admin" } -] \ No newline at end of file +]