tor-browser

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

framebusting_parent.html (218B)


      1 <html>
      2  <head>
      3    <meta charset="utf-8" />
      4    <title>Framebusting - Parent</title>
      5  </head>
      6  <body>
      7    <iframe
      8      src="https://example.org/tests/junit/framebusting_child.html"
      9    ></iframe>
     10  </body>
     11 </html>