tor-browser

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

file_mixedContentFromOnunload_test2.html (340B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <!--
      4 Test 2 for https://bugzilla.mozilla.org/show_bug.cgi?id=947079
      5 Page with an insecure image load
      6 -->
      7 <head>
      8  <meta charset="utf-8">
      9  <title>Test 2 for Bug 947079</title>
     10 </head>
     11 <body>
     12  <p>Page with http image load</p>
     13  <img src="http://test2.example.com/tests/image/test/mochitest/blue.png">
     14 </body>
     15 </html>