vw_small

Hardened fork of Vaultwarden (https://github.com/dani-garcia/vaultwarden) with fewer features.
git clone https://git.philomathiclife.com/repos/vw_small
Log | Files | Refs | README

commit b889e5185e810373f0b935ccc474d046f42f3fbf
parent cd83a9e7b25099cebe1839b4e3c51aaae62eeb84
Author: Timo N <git@nowitzki.me>
Date:   Thu, 14 Nov 2019 23:05:56 +0100

Added tv.apple.com to global domains

Diffstat:
Msrc/static/global_domains.json | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/static/global_domains.json b/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 } -] -\ No newline at end of file +]