Do not use module type for service worker

It seems that this causes browser to not send cookies, which can result
in a 401.

Fixes #7389.
This commit is contained in:
Asher
2025-06-24 18:21:26 -08:00
parent 3a8fbeb4da
commit c5c764d78f
2 changed files with 16 additions and 1 deletions

View File

@@ -22,6 +22,12 @@ Code v99.99.999
## Unreleased
Code v1.101.1
### Fixed
- Fix web views not loading due to 401 when requesting the service worker.
## [4.101.1](https://github.com/coder/code-server/releases/tag/v4.101.1) - 2025-06-20
Code v1.101.1