tor-browser

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

network_document_navigation.html (466B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3  <head>
      4    <meta charset="utf-8">
      5    <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
      6    <meta http-equiv="Pragma" content="no-cache" />
      7    <meta http-equiv="Expires" content="0" />
      8    <title>Test for network events</title>
      9  </head>
     10  <body>
     11    <p>Test for network events</p>
     12    <script src="network_navigation.js"></script>
     13    <iframe src="iframe_request.html"></iframe>
     14  </body>
     15 </html>