Inline Javascript executed when edited
Replies (3)
(1-3/3)
Added by Joe Blauer over 13 years ago
Has anyone noticed that typing valid javascript (complete with script tags) in the body of an issue comment, executes that javascript (and doesn't display it) when that comment is edited?
<script type="text/javascript">
alert("Uh oh!");
</script>
Fixed in r2143.
(1-3/3)