tor-browser

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

test_no_mcb_for_onions.html (678B)


      1 <!-- See browser_no_mcb_for_onions.js -->
      2 <!DOCTYPE HTML>
      3 <html>
      4  <head>
      5    <meta charset="utf8">
      6    <title>Bug 1382359</title>
      7  </head>
      8 
      9  <style>
     10    @font-face {
     11      src: url("http://123456789abcdef.onion:8/test.ttf");
     12    }
     13  </style>
     14 
     15  <body>
     16    <img src="http://123456789abcdef.onion:8/test.png">
     17 
     18    <iframe src="http://123456789abcdef.onion:8/test.html"></iframe>
     19  </body>
     20 
     21  <script src="http://123456789abcdef.onion:8/test.js"></script>
     22 
     23  <link href="http://123456789abcdef.onion:8/test.css" rel="stylesheet"></link>
     24 
     25  <script>
     26    // eslint-disable-next-line @microsoft/sdl/no-insecure-url
     27    fetch("http://123456789abcdef.onion:8");
     28  </script>
     29 </html>