After running AppScan on my codebase, it flagged a medium severity issue of Client Cross Frame Scripting Attack.
Below is the snippet of the code in question:
/index.html
Line no: 1
<!DOCTYPE html>
Do you have any ideas on how to address this issue?