Iframe accessibility issues
In my application, using iframe to display the docusign portal in dynamic tab. Some of the users reported the issue where iframe is not getting loaded in chrome. In developer tools caught the following error -
Refused to display 'https://safe.menlosecurity.com/safeview-auth-server/saml' in a frame because an ancestor violates the following Content Security Policy directive: "frame-ancestors 'none'".
Earlier these users were able to see the iframe contents but not now.
Is there a way to fix this?