mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-15 09:30:20 +00:00
13 lines
208 B
HTML
13 lines
208 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>CSP eval script tests</title>
|
||
|
<script type="application/javascript"
|
||
|
src="file_evalscript_main_allowed.js"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
Foo.
|
||
|
|
||
|
</body>
|
||
|
</html>
|