Iam getting content security policy error while clicking on Radzen Profile Component. The error is:
[Report Only] Refused to execute inline event handler because it violates the following Content Security Policy directive: "script-src 'self' 'unsafe-eval'". Either the 'unsafe-inline' keyword, a hash ('sha256-...'), or a nonce ('nonce-...') is required to enable inline execution.
Even the inspect console is not able to figure out where the javascript code is coming from.
Ok, Thanks for the reply. I was able to resolve this issue for css using sha256 generated from console of chrome. But it doesnt seem possible for javascript as the sha256 is not generated and code is impossible to find.