tenfourfox/dom/security/test/csp/file_path_matching_incl_query.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

11 lines
304 B
HTML

<!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>