mirror of
https://github.com/bitwarden/server.git
synced 2024-11-21 12:05:42 +01:00
add some european takeaway domains to global domains (#1915)
This commit is contained in:
parent
860a552bc7
commit
971914871d
@ -90,5 +90,6 @@
|
||||
Proton = 85,
|
||||
Ubisoft = 86,
|
||||
TransferWise = 87,
|
||||
TakeawayEU = 88,
|
||||
}
|
||||
}
|
||||
|
@ -101,6 +101,7 @@ namespace Bit.Core.Utilities
|
||||
GlobalDomains.Add(GlobalEquivalentDomainsType.Proton, new List<string> { "protonmail.com", "protonvpn.com" });
|
||||
GlobalDomains.Add(GlobalEquivalentDomainsType.Ubisoft, new List<string> { "ubisoft.com", "ubi.com" });
|
||||
GlobalDomains.Add(GlobalEquivalentDomainsType.TransferWise, new List<string> { "transferwise.com", "wise.com" });
|
||||
GlobalDomains.Add(GlobalEquivalentDomainsType.TakeawayEU, new List<string> { "takeaway.com", "just-eat.dk", "just-eat.no", "just-eat.fr", "just-eat.ch", "lieferando.de", "lieferando.at", "thuisbezorgd.nl", "pyszne.pl" });
|
||||
#endregion
|
||||
|
||||
#region Plans
|
||||
|
Loading…
Reference in New Issue
Block a user