Welcome Guest, Not a member yet? Register   Sign In
Global XSS filtering and disable individually
#3

[eluser]P.T.[/eluser]
[quote author="asumaran" date="1312024173"]Why if I set
Code:
$config['global_xss_filtering'] = TRUE;
when
Code:
$company_name = $this->input->post('company_name', FALSE);

is giving me a xss filtered value?[/quote]

Because the filter happens long before you call $this->input->post. The XSS filtering is one of the first things CI does.


Messages In This Thread
Global XSS filtering and disable individually - by El Forum - 07-30-2011, 12:09 AM
Global XSS filtering and disable individually - by El Forum - 07-31-2011, 11:45 PM
Global XSS filtering and disable individually - by El Forum - 08-01-2011, 02:03 AM
Global XSS filtering and disable individually - by El Forum - 02-28-2014, 12:58 PM
Global XSS filtering and disable individually - by El Forum - 02-28-2014, 01:06 PM
Global XSS filtering and disable individually - by El Forum - 03-01-2014, 04:22 AM
Global XSS filtering and disable individually - by El Forum - 03-01-2014, 07:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB