From b889e5185e810373f0b935ccc474d046f42f3fbf Mon Sep 17 00:00:00 2001
From: Timo N <git@nowitzki.me>
Date: Thu, 14 Nov 2019 23:05:56 +0100
Subject: [PATCH] Added tv.apple.com to global domains

---
 src/static/global_domains.json | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/static/global_domains.json b/src/static/global_domains.json
index 5eb50793..be9c6872 100644
--- a/src/static/global_domains.json
+++ b/src/static/global_domains.json
@@ -39,7 +39,8 @@
     "Type": 1,
     "Domains": [
       "apple.com",
-      "icloud.com"
+      "icloud.com",
+      "tv.apple.com"
     ],
     "Excluded": false
   },
@@ -764,4 +765,4 @@
     ],
     "Excluded": false
   }
-]
\ No newline at end of file
+]
-- 
GitLab