As part of internal security review, the security team is reporting that the application is having the following issue "Clickjacking - Framable Page". Further description says that "The web page can be framed. This means that clickjacking attacks against users are possible"
Does the application need iFrame? I tried following some of the material like below and it does list a few pages. Can you please guide/help?
SELECT *
FROM APEX_DEBUG_MESSAGES
WHERE 1 = 1
--and MESSAGE_LEVEL = 1
AND MESSAGE LIKE 'FOEX SPA Error%'
ORDER BY MESSAGE_TIMESTAMP DESC