I noticed a Content-Security-Policy header in a ASP MVC 5 project I was working on and was wondering where the default value comes from?
I've searched web.config and applicationhost.config for Content-Security-Policy and for the value: 'default-src 'self' 'unsafe-eval' 'unsafe-inline' data:;connect-src *;report-uri /csp-report-endpoint/', but no results in the project itself.
Does anyone know where the value comes from?