tor-browser

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

file_uir_top_nav.html (451B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4  <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
      5 </head>
      6 <body>
      7 <script class="testbody" type="text/javascript">
      8 
      9 // 1) same origin navigation
     10 window.open("http://example.com/tests/dom/security/test/csp/file_uir_top_nav_dummy.html");
     11 
     12 // 2) same origin navigation
     13 window.open("http://test1.example.com/tests/dom/security/test/csp/file_uir_top_nav_dummy.html");
     14 
     15 </script>
     16 </body>
     17 </html>