mirror of
https://github.com/bitwarden/server.git
synced 2025-04-07 14:08:13 -05:00
Add Yandex to global equivalent domains list (#876)
* [enum] Add Yandex to global equivalent domains list Exhaustive list of Yandex domain names obtained by contacting their support. * [Dictionary] Add Yandex to global equivalent domains list Exhaustive list of Yandex domain names obtained by contacting their support.
This commit is contained in:
parent
8884157427
commit
8383a0866f
@ -85,5 +85,6 @@
|
||||
Ubiquiti = 80,
|
||||
Discord = 81,
|
||||
Netcup = 82,
|
||||
Yandex = 83,
|
||||
}
|
||||
}
|
||||
|
@ -94,6 +94,7 @@ namespace Bit.Core.Utilities
|
||||
GlobalDomains.Add(GlobalEquivalentDomainsType.Ubiquiti, new List<string> { "ubnt.com", "ui.com" });
|
||||
GlobalDomains.Add(GlobalEquivalentDomainsType.Discord, new List<string> { "discordapp.com", "discord.com" });
|
||||
GlobalDomains.Add(GlobalEquivalentDomainsType.Netcup, new List<string> { "netcup.de", "netcup.eu", "customercontrolpanel.de" });
|
||||
GlobalDomains.Add(GlobalEquivalentDomainsType.Yandex, new List<string> { "yandex.com", "ya.ru", "yandex.az", "yandex.by", "yandex.co.il", "yandex.com.am", "yandex.com.ge", "yandex.com.tr", "yandex.ee", "yandex.fi", "yandex.fr", "yandex.kg", "yandex.kz", "yandex.lt", "yandex.lv", "yandex.md", "yandex.pl", "yandex.ru", "yandex.tj", "yandex.tm", "yandex.ua", "yandex.uz" });
|
||||
#endregion
|
||||
|
||||
#region Plans
|
||||
|
Loading…
x
Reference in New Issue
Block a user