mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:30:27 +00:00
15 lines
489 B
HTML
15 lines
489 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Bug 826805 - CSP: Allow http and https for scheme-less sources</title>
|
|
</head>
|
|
<body>
|
|
<div id="testdiv">blocked</div>
|
|
<!--
|
|
We resue file_csp_path_matching.js which just updates the contents of 'testdiv' to contain allowed.
|
|
Note, that we are loading the file_csp_path_matchting.js using a scheme of 'https'.
|
|
-->
|
|
<script src="https://example.com/tests/dom/base/test/csp/file_csp_path_matching.js#foo"></script>
|
|
</body>
|
|
</html>
|