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, 0 insertions, 9 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
deleted file mode 100644
index 93a7f13d9..000000000
--- a/browser/base/content/test/general/file_csp_block_all_mixedcontent.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<!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>