If a vulnerability scan determines Service Desk Manager is vulnerable to clickjacking, then follow the instructions in this KB article to remedy this vulnerability
Release: 17.x
Component: SERVICE DESK MANAGER
To remedy the clickjacking vulnerability please
Repeat these steps with the NX_ROOT\pdmconf\NX.env_nt.tpl file so that changes will persist through upgrades
Alternatively, you may run the following command in a Command Prompt
pdm_options_mgr -c -s X_FRAME_OPTIONS -v "Yes" -a pdm_option.inst
This command will update the NX.env file
pdm_options_mgr -c -s X_FRAME_OPTIONS -v "Yes" -a pdm_option.inst -t
This command will update the nx.env_nt.tpl file
The NX_X_FRAME_OPTIONS variable, when set to Yes, results in the HTTP responses from Service Desk Manager server to include an HTTP header 'X-Frame-Options', set to the value 'SameOrigin'.
A browser receiving the content with this header will not display this content in any frame from a page of different origin than the content itself.