CodeIgniter's 'xss_clean' function is used for what purpose?
- Encrypting sensitive user data
- Ensuring secure session handling
- Preventing cross-site scripting (XSS)
- Removing HTML and JavaScript tags
'xss_clean' in CodeIgniter is used to prevent cross-site scripting attacks by removing HTML and JavaScript tags from input data.
Loading...
Related Quiz
- Which CodeIgniter method checks whether the current database platform supports transactions?
- To create a custom Helper in CodeIgniter, the file must be saved in the ________ directory.
- What is the primary challenge in mitigating DOM-based XSS attacks?
- Advanced debugging techniques in CodeIgniter may involve custom ______ to handle exceptions.
- Which directory do you typically find Helpers stored in a standard CodeIgniter project?