tor-browser

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

file_web_manifest_mixed_content.html (364B)


      1 <!doctype html>
      2 <meta charset=utf-8>
      3 <head>
      4 <link
      5  rel="manifest"
      6  href="http://example.org/tests/dom/security/test/csp/file_testserver.sjs?file=/test/dom/security/test/csp/file_web_manifest.json&amp;cors=*">
      7 </head>
      8 <h1>Support Page for Web Manifest Tests</h1>
      9 <p>Used to try to load a resource over an insecure connection to trigger mixed content blocking.</p>