mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Update Phishing Html
This commit is contained in:
parent
9dc5d0cee0
commit
d1734b8d7c
@ -3,7 +3,7 @@
|
|||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Phishing Warning</title>
|
<title>Dangerous Website Warning</title>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
@ -13,6 +13,7 @@ body {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.centered {
|
.centered {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@ -20,9 +21,11 @@ body {
|
|||||||
color: white;
|
color: white;
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
@ -50,10 +53,10 @@ a {
|
|||||||
|
|
||||||
<img src="/images/ethereum-metamask-chrome.png" style="width:100%">
|
<img src="/images/ethereum-metamask-chrome.png" style="width:100%">
|
||||||
<h3>ATTENTION</h3>
|
<h3>ATTENTION</h3>
|
||||||
<p>MetaMask believes this domain to have malicious intent and has prevented you from interacting with it.</p>
|
<p>MetaMask believes this domain could currently compromise your security and has prevented you from interacting with it.</p>
|
||||||
<p>This is because the site tested positive on the <a href="https://github.com/metamask/eth-phishing-detect">Ethereum Phishing Detector</a>.</p>
|
<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>
|
||||||
<p>You can turn MetaMask off to interact with this site, but it's advised not to.</p>
|
<p>You can turn MetaMask off to interact with this site, but it is advised not to.</p>
|
||||||
<p>If you think this domain is incorrectly flagged, <a href="https://github.com/metamask/eth-phishing-detect/issues/new">please file an issue</a>.</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>.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user