Showing posts with label iframe. Show all posts
Showing posts with label iframe. Show all posts

Thursday, June 20, 2013

How to display ADF application in an iframe



Add the below code to web.xml to
<context-param>
<param-name>oracle.adf.view.rich.security.FRAME_BUSTING</param-name>
<param-value>never</param-value>
</context-param>
 
Note This can make the application vulnerable to clickjacking