summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/siteIdentity/file_csp_block_all_mixedcontent.html
diff options
context:
space:
mode:
Diffstat (limited to 'browser/base/content/test/siteIdentity/file_csp_block_all_mixedcontent.html')
-rw-r--r--browser/base/content/test/siteIdentity/file_csp_block_all_mixedcontent.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/browser/base/content/test/siteIdentity/file_csp_block_all_mixedcontent.html b/browser/base/content/test/siteIdentity/file_csp_block_all_mixedcontent.html
new file mode 100644
index 0000000000..b5463d8d5b
--- /dev/null
+++ b/browser/base/content/test/siteIdentity/file_csp_block_all_mixedcontent.html
@@ -0,0 +1,11 @@
+<!DOCTYPE HTML>
+<html>
+<head>
+ <meta charset="utf-8">
+ <title>Bug 1122236 - CSP: Implement block-all-mixed-content</title>
+ <meta http-equiv="Content-Security-Policy" content="block-all-mixed-content">
+</head>
+<body>
+ <script src="http://example.com/browser/browser/base/content/test/siteIdentity/file_csp_block_all_mixedcontent.js"></script>
+</body>
+</html>