tor-browser

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

iframe_http_only.html (280B)


      1 <html>
      2  <head>
      3    <meta charset="utf-8" />
      4    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      5  </head>
      6  <body>
      7    Some stuff
      8    <iframe
      9      src="http://expired.example.com/"
     10      width="100%"
     11      height="100%"
     12    ></iframe>
     13  </body>
     14 </html>