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