An HTML sanitizer is a tool or software component that cleans and filters HTML input to remove or neutralize potentially harmful or unwanted elements, such as scripts or other malicious code. It helps prevent Cross-Site Scripting (XSS) attacks by ensuring that only safe and allowed HTML tags and attributes are included in the output. The goal is to sanitize user-generated content before rendering it in a web application to enhance security and protect against malicious code injection.
This feature is still under maintenance.