tor-browser

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

1787122.html (206B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="UTF-8">
      5 <script>
      6 
      7 function boom() {
      8  // malformed uri
      9  window.location = 'http://a...example.com';
     10 }
     11 
     12 </script>
     13 </head>
     14 <body onload="boom();"></body>
     15 </html>