public static class SimpleHtmlSanitizer extends Object
This sanitizer accepts the subset of HTML consisting of the following attribute-free tags:
<b>
, <em>
, <i>
<h1>
, <h2>
, <h3>
,
<h4>
, <h5>
, <h6>
<ul>
, <ol>
. <li>
<hr>
Copyright © 2018. All rights reserved.