Protect HTML in Comment

Add this to your functions.php. I’m not sure if this does any pre-processing though.

add_filter('comment_text', 'wp_filter_nohtml_kses');