mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-09 18:09:16 +00:00
11 lines
287 B
HTML
11 lines
287 B
HTML
<!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/base/test/csp/file_csp_path_matching.js#foo"></script>
|
|
</body>
|
|
</html>
|