Welcome Guest, Not a member yet? Register   Sign In
xss-filter problem
#1

(This post was last modified: 01-04-2017, 07:41 AM by klikklak.)

Hej

I have a problem with the xss-filter (CI 3.1.2):
$value = $this->input->post('formvalue', true);

If I have a String like "abcde% de xyz" in my "formvalue", everything including and after "% de" will be stripped away. So $value contains just "abcde". If my String is "abcde% ii xyz" (ii instead of de) nothing will be stripped. Any ideas? Of course I would like to get the unstripped String – for the moment it is not possible the get input like "25% developers" through the standard CodeIgniter xss-filter, while "25% of the developers" passes it without any problems!

Thanks for your help!
Roger
Reply




Theme © iAndrew 2016 - Forum software by © MyBB