1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

[PM-28071] add prod test domain for phishing detection (#17450)

This commit is contained in:
Will Martin
2025-11-18 13:08:21 -05:00
committed by GitHub
parent 02ef4e72de
commit b952e6ea44

View File

@@ -58,6 +58,7 @@ export class PhishingDataService {
new Set(
(state?.domains?.filter((line) => line.trim().length > 0) ?? []).concat(
this._testDomains,
"phishing.testcategory.com", // Included for QA to test in prod
),
),
),