mirror of
https://github.com/bitwarden/server.git
synced 2025-02-18 02:11:22 +01:00
Added transferwise equivalent domains (#1743)
* Added transferwise domains TransferWise.com and Wise.com * Remove empty line Co-authored-by: Daniel James Smith <djsmith@web.de>
This commit is contained in:
parent
224bfb6ff1
commit
5a8f334550
@ -89,5 +89,6 @@
|
|||||||
Sony = 84,
|
Sony = 84,
|
||||||
Proton = 85,
|
Proton = 85,
|
||||||
Ubisoft = 86,
|
Ubisoft = 86,
|
||||||
|
TransferWise = 87,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -100,6 +100,7 @@ namespace Bit.Core.Utilities
|
|||||||
GlobalDomains.Add(GlobalEquivalentDomainsType.Sony, new List<string> { "sonyentertainmentnetwork.com", "sony.com" });
|
GlobalDomains.Add(GlobalEquivalentDomainsType.Sony, new List<string> { "sonyentertainmentnetwork.com", "sony.com" });
|
||||||
GlobalDomains.Add(GlobalEquivalentDomainsType.Proton, new List<string> { "protonmail.com", "protonvpn.com" });
|
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.Ubisoft, new List<string> { "ubisoft.com", "ubi.com" });
|
||||||
|
GlobalDomains.Add(GlobalEquivalentDomainsType.TransferWise, new List<string> { "transferwise.com", "wise.com" });
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region Plans
|
#region Plans
|
||||||
|
Loading…
Reference in New Issue
Block a user