From 2d36d422ee6a015c9074b9afd70a1cbe0a0d81ad Mon Sep 17 00:00:00 2001
From: Mark Stacey
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