tor-browser

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

791270.html (318B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <!--
      4 https://bugzilla.mozilla.org/show_bug.cgi?id=791270
      5 -->
      6 <head>
      7  <meta charset="utf-8">
      8  <title>Simple PeerConnection Video Test</title>
      9  <script type="application/javascript">
     10    var pc = new RTCPeerConnection();
     11    pc.addStream(undefined);
     12  </script>
     13 </head>
     14 
     15 <body>
     16 </body>
     17 </html>