mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-08 17:39:19 +00:00
12 lines
424 B
HTML
12 lines
424 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Bug 1086612 - CSP: Let source expression be the empty set in case no valid source can be parsed</title>
|
|
</head>
|
|
<body>
|
|
<div id="testdiv">blocked</div>
|
|
<!-- Note, we reuse file_csp_path_matching.js which only updates the testdiv to 'allowed' if loaded !-->
|
|
<script src="http://test1.example.com/tests/dom/base/test/csp/file_csp_path_matching.js"></script>
|
|
</body>
|
|
</html>
|