I added CSP policy that works in all the browsers except in safari with multiple exceptions as shown in the [picture](
) especially usersnap tool
CSP policy I have used
<add name="Content-Security-Policy" value="upgrade-insecure-requests; base-uri 'self'; frame-ancestors 'self'; form-action 'self'; object-src 'none'; default-src 'self' https: 'unsafe-eval';style-src https: 'unsafe-inline'; worker-src * 'self' blob: ;child-src 'self' blob://* blob:*; img-src * data: blob://* blob:*;script-src-elem 'self' https://static.ambita.com 'self' 'unsafe-eval' 'unsafe-inline' https://*.usersnap.com data: blob://* blob:*;frame-src * 'self' blob://* blob:*;"/>
It would be great if you help us here