Browse Source
Merge pull request #725 from ntimo/task/add-tvapplecom-globaldomains
Added tv.apple.com to global domains
pull/728/head
Daniel García
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
2 deletions
-
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 |
|
|
|
} |
|
|
|
] |
|
|
|
] |
|
|
|