tor-browser

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

template-construction-in-inactive-document-crash.html (145B)


      1 <iframe id="i"></iframe>
      2 <script>
      3 i.contentDocument.documentElement.appendChild(document.body);
      4 </script>
      5 <template><script></script></template>