From 228756952f258ce82a49e5905d7eb5b2ba58db90 Mon Sep 17 00:00:00 2001 From: Alice Henshaw <34962750+alicevhenshaw@users.noreply.github.com> Date: Mon, 3 Feb 2020 15:15:53 -0500 Subject: [PATCH] Backport "Updating deprecated Etherscam link (#7464)" Backport #7464 to v7.7.9 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 1e1c4d11cefb..515beea81888 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 266e4fc312be..ad62749bbce7 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