tor-browser

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

inner-iframe.html (191B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4  <script>
      5    window.onload = function() {
      6      top.calledFromIframe();
      7    }
      8  </script>
      9  </head>
     10  <body>
     11    <div id="inner">foo</div>
     12  </body>
     13 </html>