tor-browser

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

iframe-focuses-parent-same-site-other.html (225B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8">
      5 <title>iframe focuses parent same site other</title>
      6 </head>
      7 <body>
      8 <script>
      9 window.onload = function() {
     10    opener.postMessage("ready", "*");
     11 }
     12 </script>
     13 </body>
     14 </html>