From e688364eb94a6d9515b280cce18aab27baedee17 Mon Sep 17 00:00:00 2001 From: Alice Henshaw Date: Mon, 18 Nov 2019 15:33:44 -0500 Subject: [PATCH 1/2] updating link from deprecated site --- 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..a93bdb4dc099 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 review 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 From f1c1bbf04ea183090101c1668a48c5e7cc1c4b5d Mon Sep 17 00:00:00 2001 From: Whymarrh Whitby Date: Mon, 3 Feb 2020 16:22:29 -0330 Subject: [PATCH 2/2] Update phishing.html --- app/phishing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/phishing.html b/app/phishing.html index a93bdb4dc099..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 CryptoScamDB.

+

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.