The Sanitizer API adds some API functions that are potentially unsafe, e.g., [setHTMLUnsafe](https://developer.mozilla.org/en-US/docs/Web/API/Element/setHTMLUnsafe) and its [ShadowRoot variation](https://developer.mozilla.org/en-US/docs/Web/API/ShadowRoot/setHTMLUnsafe), as well as [Document.parseHTMLUnsafe](https://developer.mozilla.org/en-US/docs/Web/API/Document/parseHTMLUnsafe_static). Those depend on how you use it as a potential XSS vector, so we should add them as sinks.
The Sanitizer API adds some API functions that are potentially unsafe, e.g., setHTMLUnsafe and its ShadowRoot variation, as well as Document.parseHTMLUnsafe.
Those depend on how you use it as a potential XSS vector, so we should add them as sinks.