ある組織が企業の Web サイトに対して Web アプリケーションの脆弱性評価を実施したところ、次のような結果が見られました。 セキュリティ アナリストが共有する必要があるチューニング推奨事項は次のうちどれですか。
正解:B
The output shows that the web application is vulnerable to clickjacking attacks, which allow an attacker to overlay a hidden frame on top of a legitimate page and trick users into clicking on malicious links. Blocking requests without an X-Frame-Options header can prevent this attack by instructing the browser to not display the page within a frame.