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 37fff3ef4a90449ccc6414d3ef253169d27d2563
parent a07c213b3eeb957a0550e6acb687439279523d7a
Author: Daniel GarcĂ­a <dani-garcia@users.noreply.github.com>
Date:   Wed, 30 Mar 2022 22:02:44 +0200

Merge pull request #2400 from jjlin/global-domains

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

diff --git a/src/static/global_domains.json b/src/static/global_domains.json @@ -922,5 +922,20 @@ "wise.com" ], "Excluded": false + }, + { + "Type": 88, + "Domains": [ + "takeaway.com", + "just-eat.dk", + "just-eat.no", + "just-eat.fr", + "just-eat.ch", + "lieferando.de", + "lieferando.at", + "thuisbezorgd.nl", + "pyszne.pl" + ], + "Excluded": false } ] \ No newline at end of file