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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *