tor-browser

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

file_mixed_content_console.html (664B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4  <title>Bug 1713593: HTTPS-First: Add test for mixed content blocker.</title>
      5 </head>
      6 <body>
      7  <!-- Test that image gets loaded (insecure) - the *.png does not actually exist because we only care for the console message to appear-->
      8  <img type="image/png" id="testimage" src="http://example.com/browser/dom/security/test/https-first/auto_upgrading_identity.png" />
      9  <!-- Test that the script gets blocked. The script does not actually exist because we only care for the console message to appear-->
     10  <script type="text/javascript"  src="http://example.com/browser/dom/security/test/https-first/barfoo" >
     11 </script>
     12 </body>
     13 </html>