mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-25 05:10:20 +00:00
Merge pull request #725 from ntimo/task/add-tvapplecom-globaldomains
Added tv.apple.com to global domains
This commit is contained in:
commit
a19a6fb016
1 changed files with 3 additions and 2 deletions
|
@ -39,7 +39,8 @@
|
||||||
"Type": 1,
|
"Type": 1,
|
||||||
"Domains": [
|
"Domains": [
|
||||||
"apple.com",
|
"apple.com",
|
||||||
"icloud.com"
|
"icloud.com",
|
||||||
|
"tv.apple.com"
|
||||||
],
|
],
|
||||||
"Excluded": false
|
"Excluded": false
|
||||||
},
|
},
|
||||||
|
@ -764,4 +765,4 @@
|
||||||
],
|
],
|
||||||
"Excluded": false
|
"Excluded": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue