tenfourfox/dom/security/test/csp/file_path_matching.html

11 lines
287 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!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://test1.example.com/tests/dom/security/test/csp/file_path_matching.js#foo"></script>
</body>
</html>