Description
Sanitizes HTML using the Ammonia engine through Python bindings. It helps web applications and content tools remove unsafe markup before displaying user-provided HTML.
Sanitization is security-sensitive and depends on the allowed tags, attributes, and URL schemes. Configure policies carefully and test against the output context.