Welcome Guest, Not a member yet? Register   Sign In
Disable 'global_xss_filtering' passing parameters by post
#2

You should turn off in config.php:
https://github.com/bcit-ci/CodeIgniter/b...g.php#L284

"global_xss_filtering" is depreciated in 3.0:
https://github.com/bcit-ci/CodeIgniter/b...p#L409-410

You can't change it in controllers, because it has already applied before reaching controllers.
Reply


Messages In This Thread
RE: Disable 'global_xss_filtering' passing parameters by post - by kenjis - 05-14-2015, 02:11 PM



Theme © iAndrew 2016 - Forum software by © MyBB