diff options
author | Thomas <thomas.b.huang@gmail.com> | 2018-07-28 05:10:18 +0800 |
---|---|---|
committer | Thomas <thomas.b.huang@gmail.com> | 2018-07-28 05:10:18 +0800 |
commit | d1734b8d7cc6cc96b133f3638783b153026b8618 (patch) | |
tree | 496ede3d89176333c67b666b419cd02189bb93e8 /app/phishing.html | |
parent | 9dc5d0cee07ea2599c25ce9d8c04c73842a98cef (diff) | |
download | tangerine-wallet-browser-d1734b8d7cc6cc96b133f3638783b153026b8618.tar tangerine-wallet-browser-d1734b8d7cc6cc96b133f3638783b153026b8618.tar.gz tangerine-wallet-browser-d1734b8d7cc6cc96b133f3638783b153026b8618.tar.bz2 tangerine-wallet-browser-d1734b8d7cc6cc96b133f3638783b153026b8618.tar.lz tangerine-wallet-browser-d1734b8d7cc6cc96b133f3638783b153026b8618.tar.xz tangerine-wallet-browser-d1734b8d7cc6cc96b133f3638783b153026b8618.tar.zst tangerine-wallet-browser-d1734b8d7cc6cc96b133f3638783b153026b8618.zip |
Update Phishing Html
Diffstat (limited to 'app/phishing.html')
-rw-r--r-- | app/phishing.html | 49 |
1 files changed, 26 insertions, 23 deletions
diff --git a/app/phishing.html b/app/phishing.html index 86f2985cc..e20c9ac9c 100644 --- a/app/phishing.html +++ b/app/phishing.html @@ -3,26 +3,29 @@ <html> <head> - <title>Phishing Warning</title> + <title>Dangerous Website Warning</title> <style> -body { - background: #c50000; - 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; -} + body { + background: #c50000; + 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; + } + </style> <script> @@ -50,11 +53,11 @@ a { <img src="/images/ethereum-metamask-chrome.png" style="width:100%"> <h3>ATTENTION</h3> - <p>MetaMask believes this domain to have malicious intent 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>You can turn MetaMask off to interact with this site, but it's 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>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>. 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 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>.</p> </div> </body> -</html>
\ No newline at end of file +</html> |