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 a121cb6f00e79ff8bbac2adb28bd94e71e84ae28
parent 60164182ae330adc425b960ab46211b40940cd07
Author: Daniel GarcĂ­a <dani-garcia@users.noreply.github.com>
Date:   Tue, 23 Mar 2021 23:48:20 +0100

Merge pull request #1530 from jjlin/global-domains

Sync global_domains.json
Diffstat:
Msrc/static/global_domains.json | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/static/global_domains.json b/src/static/global_domains.json @@ -894,5 +894,13 @@ "sony.com" ], "Excluded": false + }, + { + "Type": 85, + "Domains": [ + "protonmail.com", + "protonvpn.com" + ], + "Excluded": false } ] \ No newline at end of file