mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-13 11:30:02 +00:00
15 lines
481 B
HTML
15 lines
481 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_path_matching.js which just updates the contents of 'testdiv' to contain allowed.
|
|
Note, that we are loading the file_path_matchting.js using a scheme of 'https'.
|
|
-->
|
|
<script src="https://example.com/tests/dom/security/test/csp/file_path_matching.js#foo"></script>
|
|
</body>
|
|
</html>
|