summaryrefslogtreecommitdiffstats
path: root/dom/security/test/csp/file_path_matching_incl_query.html
blob: 50af2b143704938d2096340023f2d6b0142ceea9 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE HTML>
<html>
  <head>
    <title>Bug 1147026 - CSP should ignore query string when checking a resource load</title>
  </head>
  <body>
  <div id="testdiv">blocked</div>
  <script src="http://test1.example.com/tests/dom/security/test/csp/file_path_matching.js?val=foo"></script>
</body>
</html>