Welcome Guest, Not a member yet? Register   Sign In
How can I be as security tight as possible?
#4

[eluser]pistolPete[/eluser]
Restrict the permitted_uri_chars / leave the default:
Code:
$config['permitted_uri_chars'] = 'a-z 0-9~%.:_-';

Use the Input class instead of $_POST: User guide

Use the global_xss_filtering :
Code:
$config['global_xss_filtering'] = TRUE;


Messages In This Thread
How can I be as security tight as possible? - by El Forum - 02-15-2009, 10:50 AM
How can I be as security tight as possible? - by El Forum - 02-15-2009, 10:53 AM
How can I be as security tight as possible? - by El Forum - 02-15-2009, 10:54 AM
How can I be as security tight as possible? - by El Forum - 02-15-2009, 11:20 AM
How can I be as security tight as possible? - by El Forum - 02-15-2009, 11:34 AM
How can I be as security tight as possible? - by El Forum - 02-15-2009, 07:48 PM
How can I be as security tight as possible? - by El Forum - 02-16-2009, 03:23 AM
How can I be as security tight as possible? - by El Forum - 02-16-2009, 06:35 AM



Theme © iAndrew 2016 - Forum software by © MyBB