Skip to Main Content

APEX

Announcement

Testing banner

Clickjacking - Framable Page

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

Comments
Post Details
Added on Feb 14 2023
1 comment
37 views