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:
@@ -5678,6 +5678,9 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"reportAsNonPhishing": {
|
||||
"message": "Report as a non-phishing site"
|
||||
},
|
||||
"hasItemsVaultNudgeBodyOne": {
|
||||
"message": "Autofill items for the current page"
|
||||
},
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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",
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user