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