Welcome Guest, Not a member yet? Register   Sign In
URL disallowed characters with routes
#1

[eluser]Unknown[/eluser]
Hey, I had just a question about changing this in the config.php file.
Code:
$config['permitted_uri_chars'] = 'a-z 0-9~%.:_\-';
to
Code:
$config['permitted_uri_chars'] = '';
I know this is a security risk, but what if my routes is like this
Code:
$route['default_controller'] = "home";
$route[':any'] = "avatar/execute";
Will it be safe since the url will not point at any class or function?
If not, what characters is a security risk?

Thank you for your answers!


Messages In This Thread
URL disallowed characters with routes - by El Forum - 11-30-2010, 05:38 AM
URL disallowed characters with routes - by El Forum - 11-30-2010, 07:25 AM



Theme © iAndrew 2016 - Forum software by © MyBB