2021-04-27 UTC
# HTML sanitizers are critical to web applications, mitigating the risk of XSS when working with untrusted strings. The HTML Sanitizer API is a work-in-progress (behind a flag in Chrome and Firefox) that shifts responsibility for this task to the browser: https://wicg.github.io/sanitizer-api/ ( twitter.com/_/status/1386932250391023619)