Asher
Asher
I haven't debugged yet to see where exactly the issue lies but I think there must be some combination of the service worker and browser that is causing a problem....
I updated the issue title, just FYI for anyone following this if you are having the `SecurityError` problem that means your browser is rejecting your TLS certificates and it is...
Browsers only allow service workers over HTTPS so HTTP will not work unfortunately :(
Unless you are using a secure context over HTTP like localhost? That would work. But in that case I think it would not show `SecurityError` so the problem would be...
Is this an old version of Firefox? It seems to be reporting that it has no support for service workers even though this domain is over https. Apparently service workers...
Oh I just saw that you wrote it was an incognito (private) window so that explains the lack of service workers. I am not sure about the CSP issue. This...
Thank you for the info! I was able to replicate on Firefox and code-server 3.12.0.
I think it very possibly will be yup. If not then we may have our own CSP somewhere that needs to be fixed.
We should test this again once the next major release comes out (soon).
I was seeing CSP issues caused by the port mismatch in the other issue so hopefully it is the same problem.