tor-browser

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

file_https_telemetry_csp_uir.html (323B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="UTF-8">
      5 <title>HTTPS Telemetry CSP UIR Test</title>
      6 <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
      7 </head>
      8 <body>
      9  <script>
     10    document.write("<a href='" + document.location.href + "' id='mylink'>Click me</a>");
     11  </script>
     12 </body>
     13 </html>