Description
Perl applications can remove unwanted or unsafe HTML tags and attributes before displaying or storing user-provided markup. This is useful for comments, previews, imports, email processing, and web publishing tools.
It is a sanitization library. Security depends on the configured allowlist and output context, so applications should test it against the HTML they actually accept.