Not For Public USE (INTERNAL ONLY)

Click here to return to public website

Sanitize HTML

Examples:

<strong>hello world</strong>
->
hello world
<img src=x onerror=alert('img') />
->
<script>alert('hello world')</script>
->

Playground:

Output from playground: