In CodeIgniter, the use of ________ headers can help prevent Clickjacking attacks.
- X-Frame-Options
- X-Content-Type-Options
- Strict-Transport-Security
- Content-Security-Policy
CodeIgniter recommends setting the X-Frame-Options header to prevent Clickjacking attacks. This header controls whether a browser should be allowed to render a page in a frame or iframe, adding a security layer against UI redressing attacks.
Loading...
Related Quiz
- ________ is a technique used to verify whether an input adheres to a specified format, like an email address.
- To view benchmark results in CodeIgniter, use the ______ method of the Output class.
- ________ exceptions are used to handle errors that are recoverable during runtime.
- What is the purpose of the 'composer.json' file in a CodeIgniter project?
- In a scenario where the database schema changes frequently, ________ helps in managing these changes effectively.