blob: 1e6152ead02b8cc0d4a006cbecb94b0674388867 (
plain)
1
2
3
4
5
6
7
|
<html>
<head> <meta charset="utf-8"> </head>
<body>
<!-- this should be allowed -->
<script src="http://mochi.test:8888/tests/dom/security/test/csp/%24.js"> </script>
</body>
</html>
|