Spiegel von
https://github.com/dani-garcia/vaultwarden.git
synchronisiert 2024-11-04 02:18:00 +01:00
Merge pull request #725 from ntimo/task/add-tvapplecom-globaldomains
Added tv.apple.com to global domains
Dieser Commit ist enthalten in:
Commit
a19a6fb016
1 geänderte Dateien mit 3 neuen und 2 gelöschten Zeilen
|
@ -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
|
||||||
},
|
},
|
||||||
|
|
Laden …
In neuem Issue referenzieren