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
@ -64,6 +64,11 @@ public class UpdatePhishingDomainsJob : BaseJob
|
||||
{
|
||||
var domains = await _cloudPhishingDomainQuery.GetPhishingDomainsAsync();
|
||||
|
||||
if (!domains.Contains("phishing.testcategory.com", StringComparer.OrdinalIgnoreCase))
|
||||
{
|
||||
domains.Add("phishing.testcategory.com");
|
||||
}
|
||||
|
||||
if (domains.Count > 0)
|
||||
{
|
||||
_logger.LogInformation(Constants.BypassFiltersEventId, "Updating {Count} phishing domains with checksum {Checksum}.",
|
||||
|
Loading…
x
Reference in New Issue
Block a user