0 votes
in CodeIgniter by
What are the Security Parameters in Codeigniter ?

1 Answer

0 votes
by

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.  

Related questions

0 votes
asked Dec 29, 2020 in CodeIgniter by SakshiSharma
0 votes
asked Dec 28, 2020 in CodeIgniter by SakshiSharma
...