tor-browser

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

file_block_all_mixed_content_frame_navigation1.html (592B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4  <meta charset="utf-8">
      5  <meta http-equiv="Content-Security-Policy" content="block-all-mixed-content">
      6  <title>Bug 1122236 - CSP: Implement block-all-mixed-content</title>
      7 </head>
      8 <body>
      9 <b>user clicks and navigates from https://b.com to http://c.com</b>
     10 
     11 <a id="navlink" href="http://example.com/tests/dom/security/test/csp/file_block_all_mixed_content_frame_navigation2.html">foo</a>
     12 
     13 <script class="testbody" type="text/javascript">
     14  // click the link to start the frame navigation
     15  document.getElementById("navlink").click();
     16 </script>
     17 
     18 </body>
     19 </html>