tor-browser

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

1157995.html (150B)


      1 <!DOCTYPE html>
      2 <html>
      3 <body>
      4  <script>
      5    // This should not leak.
      6    var a = navigator;
      7    navigator.mediaDevices._ = null;
      8  </script>
      9 </body>