XCOMMONS-2426: Provide a component for filtering safe HTML elements and attributes
* Add an interface and two implementations for an HTML element sanitizer. * Let the default implementation dispatch to the different implementations depending on a configuration. * Allow overriding the hint from the execution context to allow a context to be more permissive than another. * Add configuration options for allowed elements/attributes * Add tests.
Please register or sign in to comment