Configuring content security headers on Windows
By default, a Windows deployment has a Content Security Policy that is separately configured for the Web Client and the Legacy Chat Client.
Both should be updated in order to integrate with a Verse deployment:
-
Using notepad or another text editor, open both the
chatCommonHeaders.conf
andlegacyChatCommonHeader.conf
files located in thenginx-win-x64\conf
directory beneath the Sametime Installation folder. -
Find the
Content-Security-Policy
header which defines 'self' as the only allowable frame-ancestor:Content-Security-Policy "frame-ancestors 'self'; ...
-
Update to include the origin of the Verse deployment:
Content-Security-Policy "frame-ancestors https://*.company_domain.com 'self'; ...
Note: Leave the rest of the Content-Security-Policy setting unchanged.
-
Save the file and restart the
ST Web
service to load the new configuration.
Parent Topic: Integrating with other applications