HTML sanitization: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 7:
In [[PHP]] this can be performed using the <code>strip_tags()</code> function.<ref>http://www.php.net/strip_tags</ref>
 
In [[Java]] this can be achieved by using [[OWASP]] Java HTML Sanitizer Project <ref>https://www.owasp.org/index.php/OWASP_Java_HTML_Sanitizer_Project</ref>
 
== References ==