Welcome Guest, Not a member yet? Register   Sign In
Safe way to get rid of "[removed]" and global xss_clean
#1

[eluser]Mareshal[/eluser]
I was surprised in a good way, when I saw xss_clean function in CodeIgniter. But when I submit POST data from a form I get a lot of "[removed]" tags due to malicious code.

Is safer using xss_clean global enabled or xss_clean($_POST) ?

After xss_clean how can I get rid of [removed] tags?
Code:
str_replace("[removed]", "", $_POST)
Would this code be a safe way?


Messages In This Thread
Safe way to get rid of "[removed]" and global xss_clean - by El Forum - 06-19-2009, 12:20 PM
Safe way to get rid of "[removed]" and global xss_clean - by El Forum - 06-20-2009, 12:36 PM
Safe way to get rid of "[removed]" and global xss_clean - by El Forum - 06-21-2009, 08:05 PM
Safe way to get rid of "[removed]" and global xss_clean - by El Forum - 06-21-2009, 10:49 PM
Safe way to get rid of "[removed]" and global xss_clean - by El Forum - 06-21-2009, 11:01 PM



Theme © iAndrew 2016 - Forum software by © MyBB