mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-10 06:14:16 +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,
|
||||
"Domains": [
|
||||
"apple.com",
|
||||
"icloud.com"
|
||||
"icloud.com",
|
||||
"tv.apple.com"
|
||||
],
|
||||
"Excluded": false
|
||||
},
|
||||
|
@ -764,4 +765,4 @@
|
|||
],
|
||||
"Excluded": false
|
||||
}
|
||||
]
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue