Browse Source

Merge pull request #725 from ntimo/task/add-tvapplecom-globaldomains

Added tv.apple.com to global domains
Daniel García 6 years ago
parent
commit
a19a6fb016
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/static/global_domains.json

+ 3 - 2
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
   }
-]
+]