1
0
Fork 0
firefox/toolkit/components/extensions/test/xpcshell/data/file_csp.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
273 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<div id="test">Sample text</div>
<img id="bad-image" src="http://example.org/data/file_image_bad.png">
<script id="bad-script" src="http://example.org/data/file_script_bad.js"></script>
</body>
</html>