To prevent Cross-Site Scripting attacks, CodeIgniter provides a security filter known as ________.
- csrf_protection
- form_validation
- sanitize_input
- xss_clean
CodeIgniter includes a security filter called xss_clean to sanitize input data and prevent Cross-Site Scripting (XSS) attacks. It helps remove potentially malicious code from user inputs, enhancing application security.
Loading...
Related Quiz
- What is the concept of 'exception propagation' in error handling?
- The assertion method used to check if a function returns a boolean true is called ________.
- In CodeIgniter, the logging level that includes error messages, debug messages, and informational messages is known as ________.
- What is the purpose of the __construct() function in a CodeIgniter controller?
- In CodeIgniter, what is a common strategy for handling large XML files efficiently?