Google News
logo
CodeIgniter - Interview Questions
What are the Security Parameters in Codeigniter ?
To prevent hacking and other malicious activities codigniter applies a cross site scripting hack filter which will automatically start to filter all post and cookie data while comparing it to existing methods that are used to trigger javascript and once an anomaly is detected it is automatically converted into character entries.  
Advertisement