Skip to content

Instantly share code, notes, and snippets.

@donatasnicequestion
Created June 16, 2012 20:24
Show Gist options
  • Save donatasnicequestion/2942436 to your computer and use it in GitHub Desktop.
Save donatasnicequestion/2942436 to your computer and use it in GitHub Desktop.
Oracle ADF frame busting context param in web.xml for the blog http://donatas.nicequestion.com
<context-param>
<description>Security precaution to prevent clickjacking: bust frames
if the ancestor window domain(protocol, host, and port) and the frame
domain are different. Another options for this parameter are always and never.
</description>
<param-name>org.apache.myfaces.trinidad.security.FRAME_BUSTING</param-name>
<param-value>never</param-value>
</context-param>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment