SYMPTOM:
Clickjacking, also called a UI redress attack, is a form of security attack in which an attacker uses multiple transparent or opaque layers to trick a user into clicking on a button or link on another page when they were intending to click on the top level page. In other words, the attacker is hijacking clicks meant for a legitimate page and routing them to another page, most likely owned by another application, domain, or both. For example, an attacker may load the login page of a trusted website into an invisible iframe to trick a user into typing their user name and password into the invisible frame. It is important to mention that clickjacking is a browser security vulnerability and not a Strategy vulnerability, that can be avoided by adding certain headers or scripts to the responses issued by the web application server.
ACTION:
Starting in Strategy 10, the Prevent clickjacking by adding an X-Frame-Options header to page responses option Set X-Frame-Options to DENY is unavailable.
The new available option is Prevent clickjacking by adding an X-Frame-Options: SAMEORIGIN header to page responses. For more information, see KB242380.

Strategy Web 9.4.1 introduced two new settings to force the application server to add the necessary headers to address this issue. They can be found in the Strategy Web 9.4.1 and newer Admin page under Security and located at the bottom of the page, like shown below.

It is important to mention that all these security measures are enforced by the Web Browser. The X-Frame header can also be implemented directly on the web application server as explained in the following Microsoft Technical Note: http://support.microsoft.com/kb/2694329.
Note: Refer to Microsoft Support for more information on the settings for Internet Information Services.
Third Party Software WARNING
The third-party product(s) discussed in this technical note is manufactured by vendors independent of Strategy. Strategy makes no warranty, express, implied or otherwise, regarding this product, including its performance or reliability.