tor-browser

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

redirect-crossDomain-tabTitle-update.html (396B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3  <head>
      4    <meta charset="UTF-8">
      5    <title>example.com</title>
      6  </head>
      7  <body>
      8    I am a friendly test page!
      9    <script>
     10      document.title="tab title update 1";
     11      window.location.href="https://example.org:443/browser/browser/base/content/test/tabPrompts/auth-route.sjs";
     12      document.title ="tab title update 2";
     13    </script>
     14  </body>
     15 </html>