Products | Versions |
---|---|
Spotfire Web Player | 11.0 and higher |
The mod visualization is rendered as a blank DOM element on the Web Player in Chrome latest upgrades. This behaviour shall also be seen in other browsers going forward even though at present it might be rendering as expected ( As the browsers slowly introduce this change).
The following message displayed on the mod element "Third-party cookies must be enabled in your browser to use this visualization".
This is because starting from Chrome version 80 the cookies will be withheld on cross-site requests (such as calls to load images or frames) by default. Mods visualizations are rendered in a sandboxed iframe which will no longer send cookies in HTTP requests to load the resources because the cookies will be treated as SameSite=Lax
by default which means that any resource referenced from inside the mod will fail to load breaking the visualization as the cookies will be withheld on cross-site requests.
There can be references made to the third party Libraries/resources in the mod code and thus brings in the scenario of cross site cookie blocking.