Rafael Godoy
Results
1
issues of
Rafael Godoy
Sanitize is removing elements of invalid html, not following browser behaviour. Using the following policy: ```java new HtmlPolicyBuilder() .allowElements("p") .allowAttributes("class") .onElements("p") .toFactory() ``` and input: ```html foo