summaryrefslogtreecommitdiffstats
path: root/dom/security/test/mixedcontentblocker/file_csp_block_all_mixedcontent_and_mixed_content_display_upgrade.html
blob: 80e97443ed62843c725ff666284c923666734b02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE HTML>
<html>
<head>
  <meta charset="utf-8">
  <title>Bug 1806080 - ML2 with CSP block-all-mixed-content </title>
  <meta http-equiv="Content-Security-Policy" content="block-all-mixed-content">
</head>
<body>
   <!--upgradeable resources--->
  <img id="some-img" src="http://test1.example.com/browser/dom/security/test/mixedcontentblocker/pass.png" width="100px">
  <video id="some-video" src="http://test1.example.com/browser/dom/security/test/mixedcontentblocker/test.ogv" width="100px">
  <audio id="some-audio" src="http://test1.example.com/browser/dom/security/test/mixedcontentblocker/test.wav" width="100px">
</body>
</html>