diff options
author | Whymarrh Whitby <whymarrh.whitby@gmail.com> | 2018-10-02 06:39:16 +0800 |
---|---|---|
committer | Whymarrh Whitby <whymarrh.whitby@gmail.com> | 2018-10-02 21:13:46 +0800 |
commit | 343ae7c143c4a729e2d94cf6dd95661d2e5f73ba (patch) | |
tree | c6790016fc1bcecf8f41e37da3f93489250199d9 /app/phishing.html | |
parent | 5fc2c4250b7c8aad24f713e8c31d0fd1f80eeec5 (diff) | |
download | tangerine-wallet-browser-343ae7c143c4a729e2d94cf6dd95661d2e5f73ba.tar tangerine-wallet-browser-343ae7c143c4a729e2d94cf6dd95661d2e5f73ba.tar.gz tangerine-wallet-browser-343ae7c143c4a729e2d94cf6dd95661d2e5f73ba.tar.bz2 tangerine-wallet-browser-343ae7c143c4a729e2d94cf6dd95661d2e5f73ba.tar.lz tangerine-wallet-browser-343ae7c143c4a729e2d94cf6dd95661d2e5f73ba.tar.xz tangerine-wallet-browser-343ae7c143c4a729e2d94cf6dd95661d2e5f73ba.tar.zst tangerine-wallet-browser-343ae7c143c4a729e2d94cf6dd95661d2e5f73ba.zip |
Update title and copy of phishing warning page
Diffstat (limited to 'app/phishing.html')
-rw-r--r-- | app/phishing.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/app/phishing.html b/app/phishing.html index eabb363b3..c941fe5d2 100644 --- a/app/phishing.html +++ b/app/phishing.html @@ -3,7 +3,7 @@ <html> <head> - <title>Dangerous Website Warning</title> + <title>Ethereum Phishing Detection - MetMask</title> <style> body { @@ -57,7 +57,11 @@ <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 id="esdbLink"></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> + <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> |