1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-06-28 18:25:41 +02:00

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

Added tv.apple.com to global domains
Dieser Commit ist enthalten in:
Daniel García 2019-11-15 00:30:56 +01:00 committet von GitHub
Commit a19a6fb016
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -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
} }
] ]