summaryrefslogtreecommitdiffstats
path: root/dom/security/test/csp/file_blocked_uri_redirect_frame_src.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/security/test/csp/file_blocked_uri_redirect_frame_src.html')
-rw-r--r--dom/security/test/csp/file_blocked_uri_redirect_frame_src.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/dom/security/test/csp/file_blocked_uri_redirect_frame_src.html b/dom/security/test/csp/file_blocked_uri_redirect_frame_src.html
new file mode 100644
index 0000000000..c3af4d5a09
--- /dev/null
+++ b/dom/security/test/csp/file_blocked_uri_redirect_frame_src.html
@@ -0,0 +1,10 @@
+<!DOCTYPE HTML>
+<html>
+<head>
+ <title>Bug 1687342 - Check blocked-uri in csp-reports after frame redirect</title>
+</head>
+<body>
+ Contents of the following iframe will be blocked<br/>
+ <iframe src="http://example.com/tests/dom/security/test/csp/file_blocked_uri_redirect_frame_src_server.sjs?doredirect#ref1"></iframe>
+</body>
+</html>