From 2d36d422ee6a015c9074b9afd70a1cbe0a0d81ad Mon Sep 17 00:00:00 2001 From: Mark Stacey Date: Wed, 29 Apr 2020 18:40:34 -0300 Subject: [PATCH] Backport "Updating deprecated Etherscam link (#7464)" (#8463) Backport #7464 to v7.7.9 Co-authored-by: Alice Henshaw <34962750+alicevhenshaw@users.noreply.github.com> Co-authored-by: Whymarrh Whitby --- app/phishing.html | 2 +- app/scripts/phishing-detect.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/phishing.html b/app/phishing.html index 1e1c4d11c..515beea81 100644 --- a/app/phishing.html +++ b/app/phishing.html @@ -47,7 +47,7 @@ Ethereum Phishing Detector. Domains on these warning lists may include outright malicious websites and legitimate websites that have been compromised by a malicious actor.

-

To read more about this site please review the domain on Etherscam.

+

To read more about this site please search for the domain on CryptoScamDB.

Note that this warning list is compiled on a voluntary basis. This list may be inaccurate or incomplete. Just because a domain does not appear on this list is not an implicit guarantee of that domain's safety. diff --git a/app/scripts/phishing-detect.js b/app/scripts/phishing-detect.js index 266e4fc31..ad62749bb 100644 --- a/app/scripts/phishing-detect.js +++ b/app/scripts/phishing-detect.js @@ -14,7 +14,7 @@ function start () { const hash = window.location.hash.substring(1) const suspect = querystring.parse(hash) - document.getElementById('esdbLink').href = `https://etherscamdb.info/domain/${suspect.hostname}` + document.getElementById('csdbLink').href = `https://cryptoscamdb.org/search` global.platform = new ExtensionPlatform() global.METAMASK_UI_TYPE = windowType