ある組織が企業 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.