mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-27 20:48:46 +02:00
N°4360 Security hardening
This commit is contained in:
7
test/core/sanitizer/input/scripts.html
Normal file
7
test/core/sanitizer/input/scripts.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user