Courseiva
Securing AssetshardMultiple ChoiceObjective-mapped

CCOA Securing Assets Practice Question

A vulnerability report shows that your web application is susceptible to 'Clickjacking'. Which HTTP header should you implement to mitigate this?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

X-Frame-Options: DENY

The 'X-Frame-Options' header (or the more modern 'Content-Security-Policy: frame-ancestors') prevents a site from being rendered within an iframe on an external site.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Access-Control-Allow-Origin: *

    Why it's wrong here

    This header controls CORS, not framing permissions.

  • Strict-Transport-Security: max-age=31536000

    Why it's wrong here

    This header enforces HTTPS, not UI redressing protections.

  • X-Content-Type-Options: nosniff

    Why it's wrong here

    This header prevents MIME-type sniffing.

  • X-Frame-Options: DENY

    Why this is correct

    The 'DENY' value prevents the page from being displayed in a frame, effectively mitigating clickjacking.

About these practice questions

This CCOA question is part of Courseiva's 203-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written and reviewed by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

Last reviewed August 2026 · checked against the official ISACA exam blueprint

This CCOA practice question is part of Courseiva's free ISACA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CCOA exam.