Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
1 <html>
2 <body>
3 <script>
5 var success = 0;
7 try {
8 parent[name].success = 1;
9 } catch (e) {
10 parent.postMessage(e, "http://mochi.test:8888");
11 }
13 parent.postMessage(success ? "success" : "failure", "http://mochi.test:8888");
14 </script>
15 <p>Move on, nothing to see here...</p>
16 </body>
17 </html>