Reply To: Testing Syntax Limits

Forums General Testing Syntax Limits Reply To: Testing Syntax Limits

#257
Jason Caldwell
Participant

Testing malicious markup via script and iframe tags:

<script type=”text/javascript”>alert(‘This should not be run.’);</script>

<iframe src=”http://google.com/&#8221; width=”100%” height=”400px”></iframe>