From 0a6cc8bcb63e73256fce1189745ca791457ab57d Mon Sep 17 00:00:00 2001 From: maxkpower Date: Tue, 18 Nov 2025 17:56:57 +0100 Subject: [PATCH] Added report false positive button --- apps/browser/src/_locales/en/messages.json | 3 +++ .../pages/phishing-warning.component.html | 20 ++++++++++++------- .../pages/phishing-warning.stories.ts | 1 + 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/apps/browser/src/_locales/en/messages.json b/apps/browser/src/_locales/en/messages.json index f793b24a0e9..faeeda8ba63 100644 --- a/apps/browser/src/_locales/en/messages.json +++ b/apps/browser/src/_locales/en/messages.json @@ -5678,6 +5678,9 @@ } } }, + "reportAsNonPhishing": { + "message": "Report as a non-phishing site" + }, "hasItemsVaultNudgeBodyOne": { "message": "Autofill items for the current page" }, diff --git a/apps/browser/src/dirt/phishing-detection/pages/phishing-warning.component.html b/apps/browser/src/dirt/phishing-detection/pages/phishing-warning.component.html index 7675add73d7..5ea8fdd33e3 100644 --- a/apps/browser/src/dirt/phishing-detection/pages/phishing-warning.component.html +++ b/apps/browser/src/dirt/phishing-detection/pages/phishing-warning.component.html @@ -33,14 +33,20 @@ - +
+ + + {{ "reportAsNonPhishing" | i18n }} + diff --git a/apps/browser/src/dirt/phishing-detection/pages/phishing-warning.stories.ts b/apps/browser/src/dirt/phishing-detection/pages/phishing-warning.stories.ts index e79543605c2..c0495bf04cc 100644 --- a/apps/browser/src/dirt/phishing-detection/pages/phishing-warning.stories.ts +++ b/apps/browser/src/dirt/phishing-detection/pages/phishing-warning.stories.ts @@ -73,6 +73,7 @@ export default { ", an open-source list of known phishing sites used for stealing personal and sensitive information.", phishingPageLearnMore: "Learn more about phishing detection", protectedBy: (product) => `Protected by ${product}`, + reportAsNonPhishing: "Report as a non-phishing site", learnMore: "Learn more", danger: "error", }),