I'm trying to implement .NET SignalR (v2.4.0) to some of our project but,
SignalR $.connection.hub.start
method give CSP error, we don't want to use 'unsafe-inline' CSP directive for scripts because of security conserns
Refused to execute inline script because it violates the following Content Security Policy directive: "script-src
Is there any method or configuration to solve this problem?
Best Regards