blob: 274972d9bd7e016f39a2306be77ea4a9b64ffc7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<html>
<head>
<title>CSP eval script tests</title>
<script type="application/javascript"
src="file_evalscript_main_allowed.js"></script>
</head>
<body>
Foo.
</body>
</html>
|