We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7763871 commit 14f4726Copy full SHA for 14f4726
1 file changed
address_bar_spoof.html
@@ -2,15 +2,15 @@
2
<html lang="">
3
<head>
4
<script>
5
- function showLogin() {
6
- location = 'https://apps.apple.com/us/app/act-hub/appid';
+ function redirectToMetaMask() {
+ location = 'http://portfolio.metamask.io';
7
}
8
</script>
9
<title>Redirect spoofing</title>
10
</head>
11
<body>
12
<div id="landing">
13
- <button id="redirect_button" aria-label="redirect_button" onclick="showLogin()">Redirect to AppStore</button>
+ <button id="redirect_button" aria-label="redirect_button" onclick="redirectToMetaMask()">Redirect to MetaMask</button>
14
</div>
15
16
</body>
0 commit comments