summaryrefslogtreecommitdiffstats
path: root/dom/security/test/csp/file_path_matching_redirect.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/security/test/csp/file_path_matching_redirect.html')
-rw-r--r--dom/security/test/csp/file_path_matching_redirect.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/dom/security/test/csp/file_path_matching_redirect.html b/dom/security/test/csp/file_path_matching_redirect.html
new file mode 100644
index 0000000000..a16cc90ec6
--- /dev/null
+++ b/dom/security/test/csp/file_path_matching_redirect.html
@@ -0,0 +1,10 @@
+<!DOCTYPE HTML>
+<html>
+ <head>
+ <title>Bug 808292 - Implement path-level host-source matching to CSP</title>
+ </head>
+ <body>
+ <div id="testdiv">blocked</div>
+ <script src="http://example.com/tests/dom/security/test/csp/file_path_matching_redirect_server.sjs"></script>
+</body>
+</html>