0 votes
in CodeIgniter by
Mention what are the security parameter for XSS in CodeIgniter?

1 Answer

0 votes
by

Codeigniter has got a cross-site scripting hack prevention filter. This filter either runs automatically or you can run it as per item basis, to filter all POST and COOKIE data that come across.  The XSS filter will target the commonly used methods to trigger JavaScript or other types of code that attempt to hijack cookies or other malicious activity. If it detects any suspicious thing or anything disallowed is encountered, it will convert the data to character entities.

Related questions

0 votes
asked Sep 17, 2023 in Angular by DavidAnderson
0 votes
asked Dec 28, 2020 in CodeIgniter by SakshiSharma
...