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 a19a6fb016d398e553a3edf5b082e8d34e83d1e2
parent cd83a9e7b25099cebe1839b4e3c51aaae62eeb84
Author: Daniel GarcĂ­a <dani-garcia@users.noreply.github.com>
Date:   Fri, 15 Nov 2019 00:30:56 +0100

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

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 +]