mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-13 11:30:02 +00:00
11 lines
304 B
HTML
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>
|