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