tor-browser

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

iframe_sandbox_block.html (294B)


      1 <!doctype html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8" />
      5    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      6  </head>
      7  <body>
      8    <iframe
      9      id="iframe"
     10      src="iframe_sandbox_content.html"
     11      sandbox="allow-same-origin"
     12    ></iframe>
     13  </body>
     14 </html>