tor-browser

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

iframe-with-about-blank-iframe.html (119B)


      1 <!DOCTYPE html>
      2 <html>
      3  <body>
      4    <iframe src="about:blank"></iframe>
      5    <iframe src=""></iframe>
      6  </body>
      7 </html>