Hello community,
With upgrade still run to SAMEORIGIN Problem: https://support.hcltechsw.com/csm?id=community_question&sys_id=0b3b9f18dbace0d0a45ad9fcd3961946&view_source=searchResult
The only workaround I am using is to set to false:
<init-param>
<param-name>antiClickJackingEnabled</param-name>
<param-value>false</param-value>
</init-param>
and remove the following lines
<init-param>
<param-name>antiClickJackingOption</param-name>
<param-value>SAMEORIGIN</param-value>
</init-param>
i've tried the solution (without any success):
If you wish to allow Verse or other integrations with the Sametime Proxy to work, you will need to modify the following section of the conf/web.xml file
<init-param>
<param-name>antiClickJackingOption</param-name>
<param-value>SAMEORIGIN</param-value>
</init-param>
to
<init-param>
<param-name>antiClickJackingOption</param-name>
<param-value>ALLOW-FROM</param-value>
</init-param>
is it possible during Update/upgrade of st proxy to leave the web.xml files (I've just moved the file form the backup folder to the newly created one)?
<init-param>
<param-name>antiClickJackingUri</param-name>
<param-value>https://*.company.com</param-value>
</init-param>