A container for HTML content that is not trusted to be safe.
Has getters for accessing either the originally-provided unsafe HTML string, or a safely sanitized version.
Simplifies XSS security matters by making the handling of unsafe HTML obvious and clear.
A container for HTML content that is not trusted to be safe. Has getters for accessing either the originally-provided unsafe HTML string, or a safely sanitized version. Simplifies XSS security matters by making the handling of unsafe HTML obvious and clear.