Files
iTop/test/core/sanitizer/input/scripts.html
2021-11-23 17:25:50 +01:00

8 lines
169 B
HTML

<h1>Test with lots of JS scripts to filter !</h1>
<p><img src="http://toto.invalid/" onerror="alert('hello world !');"></p>
<script>
alert("hello world !");
</script>