I am using ngx-extended-pdf-viewer in angular 10.I am using version "10.1.0" of ngx-extended-pdf-viewer. The problem which i am facing is when i click on print icon that the library provides then i am getting the below error:
Refused to load the image 'blob:https://some-url/c89ba8d1-4aa5-425c-b120-78865681464c' because it violates the following Content Security Policy directive: "img-src * data: https:". Note that '*' matches only URLs with network schemes ('http', 'https', 'ws', 'wss'), or URLs whose scheme matches self's scheme. blob:' must be added explicitely.
Can anyone suggest what needs to be done to get it fixed.