Content Security Policy
Last updated
Was this helpful?
Last updated
Was this helpful?
Content Security Policy (CSP) values are set in response headers via helmet in NestJS.
CSP values set in <meta> in the Angular index.html will be ignored as they are overwritten by Helmet in the repsonse headers
Service worker requests are treated differently and must be accomodated to not cause browser errors. See this blog article for more information: