From b952e6ea445314323f9342dcee96e3c9c7576fcc Mon Sep 17 00:00:00 2001 From: Will Martin Date: Tue, 18 Nov 2025 13:08:21 -0500 Subject: [PATCH] [PM-28071] add prod test domain for phishing detection (#17450) --- .../dirt/phishing-detection/services/phishing-data.service.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/browser/src/dirt/phishing-detection/services/phishing-data.service.ts b/apps/browser/src/dirt/phishing-detection/services/phishing-data.service.ts index cb76a1cc354..6e1bf07c647 100644 --- a/apps/browser/src/dirt/phishing-detection/services/phishing-data.service.ts +++ b/apps/browser/src/dirt/phishing-detection/services/phishing-data.service.ts @@ -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 ), ), ),