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
Currently we have a list of malicious sites that we check against, and a list of sites that are at risk of being imitated (the "fuzzylist"). But we show the same warning for both. Most of the complaints we get in eth-phishing-detect about wrongly-blocked sites are due to the fuzzylist blocking something that clearly isn't an imitator, it just has a similar name.
We could show a different warning for the fuzzylist matches. Instead of saying the site is malicious, we could tell the user that it looks like it might be a ____ imitator, and if so to not trust it. Maybe warrants more of a "cautionary" warning in general.
The text was updated successfully, but these errors were encountered:
Currently we have a list of malicious sites that we check against, and a list of sites that are at risk of being imitated (the "fuzzylist"). But we show the same warning for both. Most of the complaints we get in
eth-phishing-detect
about wrongly-blocked sites are due to the fuzzylist blocking something that clearly isn't an imitator, it just has a similar name.We could show a different warning for the fuzzylist matches. Instead of saying the site is malicious, we could tell the user that it looks like it might be a ____ imitator, and if so to not trust it. Maybe warrants more of a "cautionary" warning in general.
The text was updated successfully, but these errors were encountered: