We are currently updating our security, and need to tighten content security policy, blocking the use of script-src 'unsafe-eval' & style-src 'unsafe-inline'. We noticed that Telerik UI for Blazor will not work correctly when these policies are applied, as specified in the docs https://docs.telerik.com/blazor-ui/troubleshooting/csp.
It is mentioned that "Some of the above-listed limitations will be addressed in a future version of Telerik UI for Blazor." Is there a more specific timeline as to when this issue will be solved?
Not sure if you have gotten around this. With 3 days of work I managed to download the source code and modify all the blazor components to embed a NONCE. I then pass this down to all components from my _Host file. I have been waiting for years on this, if they did not provide the source code then I would most likely not have stuck around.