Preview and selection dialog is not getting loaded in iframe only for chrome borwser Chrome browser version:-Version 90.0.4430.93 (Official Build) (64-bit) Its working fine in IE and firefox. Is there any CSP header which needs to be considered for chrom
Preview and selection dialog is not getting loaded in iframe only for chrome borwser for DOORs NG 6.0.6.1
Chrome browser version:-Version 90.0.4430.93 (Official Build) (64-bit)
Its working fine in IE and firefox.
Is there any CSP header which needs to be considered for chrome for whitelisting.
Accepted answer
This is probably due to SameSite cookie policy implement in recent releases of Chrome ( https://www.chromium.org/updates/same-site ). You can find some guidance in the documentation for the ELM release currently under development: https://www.ibm.com/docs/en/search/samesite?scope=SSYMRC_7.0.3
Comments
Hi Daniel,
You can set cookie policies on the server side so that users don't need to change their browser security settings (as long as you are using https rather that http -- which should the be case!).
Thanks
The cookies policy needs to be set in the server that is providing the cookie, in this case the DOORS Next server. And you need to use a version of Liberty or WAS that supports SameSite cookies, for example Liberty 20.0.0.6 (which we are recommending in general for V6 customers)
Thanks