You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The phishing warning page is the page users are displayed when they try to visit a malicious site that is on our phishing list. A new design for this page was created and a PR to implement it was started in phishing-warning repo (MetaMask/phishing-warning#40), but not finalized. We should help get the PR (or a new one that implements to new design) ready for review.
Additionally, we should add some metrics to this page to help us understand the frequency of occurrence and usage of this phishing warning. We'll add 2 new events: Phishing Page Displayed and External Link Clicked.
Phishing Page Displayed has the following properties:
url: url that triggered the phishing warning page to be displayed
External Link Clicked has the following properties:
link_type: phishing_detection url: url of the link the user clicked location: phishing_warning_page category: Navigation
Acceptance criteria
This PR (or a new PR that implements the same new design for the phishing warning page) is ready for review.
Users can read the attribution to who flagged the domain, probably passed to that page with a query string.
For users who want to ignore the warning message, move them only to URIs with a specific protocol.
For users that have opted in for MetaMetrics, we fire an Phishing Page Displayed event whenever this phishing-warning page is loaded.
For users that have opted in for MetaMetrics, we fire an External Link Clicked event whenever the user clicks on one of the links in the phishing-warning page.
No events are fired for users that have opted out of MetaMetrics.
Steps to reproduce
Go to a reported bad domain (some examples here) - be careful as those have been reported as malicious sites so you don't want to actually connect your MetaMask wallet or perform any transaction or signature on those websites
Notice the MetaMask phishing-warning page being displayed
The text was updated successfully, but these errors were encountered:
Background
The phishing warning page is the page users are displayed when they try to visit a malicious site that is on our phishing list. A new design for this page was created and a PR to implement it was started in phishing-warning repo (MetaMask/phishing-warning#40), but not finalized. We should help get the PR (or a new one that implements to new design) ready for review.
Additionally, we should add some metrics to this page to help us understand the frequency of occurrence and usage of this phishing warning. We'll add 2 new events:
Phishing Page Displayed
andExternal Link Clicked
.Phishing Page Displayed
has the following properties:External Link Clicked
has the following properties:Acceptance criteria
Phishing Page Displayed
event whenever this phishing-warning page is loaded.External Link Clicked
event whenever the user clicks on one of the links in the phishing-warning page.Steps to reproduce
The text was updated successfully, but these errors were encountered: