-
Notifications
You must be signed in to change notification settings - Fork 297
Open
Labels
priority:mediumImportant work, but not time-sensitiveImportant work, but not time-sensitive
Description
It seems the root cause of that bug is that Web extension resources served from openvsx return an incorrect MIME type
For example:
- Requesting for https://openvsxorg.blob.core.windows.net/resources/pomdtr/excalidraw-editor/3.0.1/extension/public/static/css/main.9cab4879.chunk.css returns
Content-Type: text/plainwhen it should betext/css - Requesting for https://open-vsx.org/vscode/asset/pomdtr/excalidraw-editor/3.0.1/Microsoft.VisualStudio.Code.WebResources/extension/public/static/js/main.34d01954.chunk.js returns
Content-Type: text/plainwhen it should beapplication/javascript
Chrome doesn't complain but Firefox gives more useful logs

cc @amvanbaren
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
priority:mediumImportant work, but not time-sensitiveImportant work, but not time-sensitive
Type
Projects
Status
Todo