tor-browser

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

img-created-in-active-document-crash.html (111B)


      1 <iframe id="i"></iframe>
      2 <script>
      3 var doc = i.contentDocument;
      4 i.remove();
      5 doc.createElement("img");
      6 </script>