X-Frame-Options
The
X-Frame-Options
HTTP response header can be used to indicate whether or not a browser should be allowed to render a page in a
<frame>,
<iframe> or
<object>. Sites can use this to avoid
clickjacking attacks, by ensuring that their content is not embedded into other sites.
The added security is only provided if the user accessing the document is using a browser supporting X-Frame-Options.
Syntax
There are three possible directives for X-Frame-Options:
X-Frame-Options: DENY
X-Frame-Options: SAMEORIGIN
Orchestra default configuration
X-Frame-Options: SAMEORIGIN