tor-browser

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

010-1.html (396B)


      1 <!doctype html>
      2 <html>
      3  <head>
      4    <title>history.pushState/replaceState and referer headers (before onload)</title>
      5  </head>
      6  <body>
      7 
      8    <noscript><p>Enable JavaScript and reload</p></noscript>
      9    <div id="log"></div>
     10    <script type="text/javascript">
     11 try { history.pushState('','','010-2.html?1234'); } catch(e) {}
     12 location.href = '010-3.html?pipe=sub';
     13    </script>
     14 
     15  </body>
     16 </html>