From 810f11e35ff44fe286306cbd90aa48aa348157cc Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Fri, 24 Aug 2018 20:07:22 -0500 Subject: [PATCH] add ie tag ref #65 --- data/FilterListTag.json | 4 ++++ data/Tag.json | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/data/FilterListTag.json b/data/FilterListTag.json index 9b33198d6..2b783645e 100644 --- a/data/FilterListTag.json +++ b/data/FilterListTag.json @@ -211,6 +211,10 @@ "filterListId": 384, "tagId": 10 }, + { + "filterListId": 388, + "tagId": 17 + }, { "filterListId": 389, "tagId": 13 diff --git a/data/Tag.json b/data/Tag.json index ac0c32526..0eb0127b6 100644 --- a/data/Tag.json +++ b/data/Tag.json @@ -78,5 +78,10 @@ "id": 16, "description": "Removes obstructing or annoying overlays", "name": "overlay" + }, + { + "id": 17, + "description": "Intended for use in Internet Explorer", + "name": "ie" } ]