Hi,
We have a requirement that one of our (Planning) page is to be invoked from Financial Reporting (FR a different web app). When FR opens the Planning page in a new frame we get a dialog with message:
Unable to load content in a frame. Frame content will load at the top level.
To resolve this I have set the frame busting to "never".
<context-param>
<param-name>oracle.adf.view.rich.security.FRAME_BUSTING</param-name>
<param-value>never</param-value>
</context-param>
This resolved the issue, but I want to know is this safe from security perspective.
Thanks,
Manish.