1
0
Fork 0
firefox/dom/security/test/csp/file_allow_https_schemes.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

14 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>