Welcome Guest, Not a member yet? Register   Sign In
How to remove html String in XSS filtering?
#2

Hello,
That is not the intent of the xss_clean() method.  It is more geared for Java Script.

As the Codeigniter Security Class mentions, use the html_escape() function for escaping HTML.

The PHP function strip_tags() will remove HTML tags, not convert them. Alternatives for converting HTML entities to special characters are the PHP functions htmlspecialchars() and htmlentities().
Reply


Messages In This Thread
RE: How to remove html String in XSS filtering? - by Mr Lister - 05-13-2019, 03:29 PM



Theme © iAndrew 2016 - Forum software by © MyBB