HTML comments of the form are remove by sanitize ``` var s = ''; sanitize(s) => '' ``` How do we allow HTML comments using the sanitize method? This is causing an issue in my application as it uses IE9's conditional comments ``` ```
HTML comments of the form are remove by sanitize
How do we allow HTML comments using the sanitize method?
This is causing an issue in my application as it uses IE9's conditional comments