Some of the responses from service workers are violating the CSP, and I may need to add this header:
Content-Security-Policy = "connect-src *;"
to all the responses from service workers as explained here and here.
How can I add response headers to service worker responses using angular PWA?