1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-18 18:33:50 +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 jaasen-livefront
parent ed71d60b8e
commit 86c9554ac8

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
),
),
),