tor-browser

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

860143.html (602B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <!--
      4 https://bugzilla.mozilla.org/show_bug.cgi?id=860143
      5 -->
      6 <head>
      7  <meta charset="utf-8">
      8  <title>bug 860143</title>
      9  <script type="application/javascript">
     10    function start() {
     11      var o0 = new window.RTCPeerConnection({
     12        iceServers: [
     13          {
     14            url: "turn:AAAAAAAAAAAAAAAAA        AAAAAAAAAAA  AAAAAAAAAAAAA AA AAAAA        AAAAAAAAAAA  AAAAAAAAAAAAAAAA AAAAA        AAAAAAAAAA, AAAAAAAAAAAAAAAA        AAA    AAAAAAAAAAAAAAA"
     15          }
     16        ]
     17      });
     18      o0.close();
     19    }
     20  </script>
     21 </head>
     22 
     23 <body onload="start()">
     24 </body>
     25 </html>