Oracle Fusion Middleware
Showing posts with label
frame busting
.
Show all posts
Showing posts with label
frame busting
.
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
Older Posts
Home
Subscribe to:
Posts (Atom)