tor-browser

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

child2.html (180B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <script>
      5      onload = () => {
      6        parent.postMessage(location.href, "*");
      7      };
      8    </script>
      9  </head>
     10  <body>child 2</body>
     11 </html>