tor-browser

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

371124-1-inner.html (251B)


      1 <html>
      2 <head>
      3 <script>
      4 
      5 function boom()
      6 {
      7  obj = document.getElementsByTagName("object")[0];
      8  obj.__proto__ = null;
      9  for (p in obj)
     10    dump(p + "\n");
     11 }
     12 
     13 </script>
     14 </head>
     15 
     16 <body onload="setTimeout(boom, 200);">
     17 
     18 <object></object>
     19 
     20 </body>
     21 </html>