summaryrefslogtreecommitdiffstats
path: root/dom/security/test/csp/file_blocked_uri_redirect_frame_src.html
blob: c3af4d5a098e089896994afc8c5dafec557f942b (plain)
1
2
3
4
5
6
7
8
9
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>