1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-09 13:10:17 +00:00

Added report false positive button

This commit is contained in:
maxkpower
2025-11-18 17:56:57 +01:00
parent 9efc31534b
commit 0a6cc8bcb6
3 changed files with 17 additions and 7 deletions

View File

@@ -5678,6 +5678,9 @@
}
}
},
"reportAsNonPhishing": {
"message": "Report as a non-phishing site"
},
"hasItemsVaultNudgeBodyOne": {
"message": "Autofill items for the current page"
},

View File

@@ -33,14 +33,20 @@
<button type="button" (click)="closeTab()" bitButton buttonType="primary" [block]="true">
{{ "phishingPageCloseTabV2" | i18n }}
</button>
<button
class="tw-text-sm"
type="button"
(click)="continueAnyway()"
bitLink
linkType="secondary"
>
<button class="tw-text-sm" type="button" (click)="continueAnyway()" bitLink linkType="primary">
{{ "phishingPageContinueV2" | i18n }}
</button>
<hr class="!tw-w-full !tw-my-0 !tw-border-secondary-50" />
<!-- TODO: Update URL to the actual phishing form page once available -->
<a
class="tw-text-sm"
bitLink
linkType="primary"
rel="noreferrer"
target="_blank"
href="https://bitwarden.com/contact/"
>
{{ "reportAsNonPhishing" | i18n }}
</a>
</div>
</div>

View File

@@ -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",
}),