tor-browser

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

898906.html (188B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="UTF-8">
      5 <script>
      6 
      7 var plug = navigator.plugins[0];
      8 var mime = plug[0];
      9 // This shouldn't leak.
     10 mime.expando = true;
     11 
     12 </script>
     13 </head>
     14 </html>