nifty-wallet/app/phishing.html

53 lines
1.7 KiB
HTML
Raw Normal View History

<!DOCTYPE HTML>
<html>
<head>
2018-11-12 01:27:15 -08:00
<title>Ethereum Phishing Detection - Nifty Wallet</title>
<style>
2018-07-27 14:10:18 -07:00
body {
2018-11-12 01:27:15 -08:00
background: #a8296b;
2018-07-27 14:10:18 -07:00
padding: 50px;
display: flex;
justify-content: center;
font-family: sans-serif;
}
.centered {
display: flex;
flex-direction: column;
justify-content: center;
color: white;
max-width: 600px;
}
a {
color: white;
cursor: pointer;
text-decoration: underline;
2018-07-27 14:10:18 -07:00
}
</style>
2018-08-13 09:56:35 -07:00
<script src="phishing-detect.js"></script>
</head>
<body>
<div class="centered">
2018-11-12 01:27:15 -08:00
<img src="/images/icon-512.png" style="width:128px; margin: 0 auto;">
<h3>ATTENTION</h3>
2018-11-12 01:27:15 -08:00
<p>Nifty Wallet believes this domain could currently compromise your security and has prevented you from interacting with it.</p>
2018-07-27 14:10:18 -07:00
<p>This is because the site tested positive on the <a href="https://github.com/metamask/eth-phishing-detect">Ethereum Phishing Detector</a>. This includes outright malicious websites and legitimate websites that have been compromised by a malicious actor.</p>
2018-08-12 15:57:58 -07:00
<p id="esdbLink"></p>
2018-11-12 01:27:15 -08:00
<p>You can turn Nifty Wallet off to interact with this site, but it is advised not to.</p>
<p>
If you think this domain is incorrectly flagged or if a blocked legitimate website has resolved its security issues,
<a href="https://github.com/metamask/eth-phishing-detect/issues/new">please file an issue</a>. If you believe this website
is safe and understand the risks involved, you can <a id="unsafe-continue">visit this unsafe website at your own risk</a>.
</p>
</div>
</body>
2018-07-27 14:10:18 -07:00
</html>