mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 05:00:19 -05:00
Ensuring phishing.testcategory.com exists to test against
This commit is contained in:
parent
e379a43ac4
commit
0a38495d8f
@ -63,6 +63,11 @@ public class UpdatePhishingDomainsJob : BaseJob
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
var domains = await _cloudPhishingDomainQuery.GetPhishingDomainsAsync();
|
var domains = await _cloudPhishingDomainQuery.GetPhishingDomainsAsync();
|
||||||
|
|
||||||
|
if (!domains.Contains("phishing.testcategory.com", StringComparer.OrdinalIgnoreCase))
|
||||||
|
{
|
||||||
|
domains.Add("phishing.testcategory.com");
|
||||||
|
}
|
||||||
|
|
||||||
if (domains.Count > 0)
|
if (domains.Count > 0)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user