tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

blank_page.html (399B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>Payment Request Testing</title>
      5    <meta content="text/html;charset=utf-8" http-equiv="Content-Type">
      6    <meta content="utf-8" http-equiv="encoding">
      7  </head>
      8  <body>
      9    <h1>blank page.html</h1>
     10    <script type="text/javascript">
     11      if(window.parent) {
     12        window.parent.postMessage("successful", '*');
     13      }
     14    </script>
     15  </body>
     16 </html>