tor-browser

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

frame_bug1384658.html (264B)


      1 <html>
      2 <body>
      3  <form action="file_bug1384658.html" method="GET" id="form">
      4    <input type='submit' name='y'>
      5    <input type='hidden' name='x'>
      6  </form>
      7  <script>
      8 onload = function() {
      9  document.getElementById("form").submit();
     10 };
     11  </script>
     12 </body>
     13 </html>