I have this in my CSP key in web.config, frame-src 'self' blob: *.xxx.com *.xxx.com; and other things too like default-src , img-src and all but still while retrieving the image or pdf, I am getting error in console
Refused to frame 'blob:(the URL)' because it violates the following Content Security Policy directive: "frame-src *.xxx.com *.xxx.cn".
Any help would be highly appreciated.