In my application a blob fetched by means of a API-call is passed on to a custom npm-package that will show the blob on the screen (itβs an image). Locally it works! Only not on the development server.
Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src 'self' 'unsafe-inline' https://www.example.com 'unsafe-inline' https://www.anotherexample.com".
A plane application has be made that fetches the blob and uses the same custom npm-package. The problem seem to be with Angular or better said with my settings. The settings locally are the same and its not clear what the problem is.