-
Notifications
You must be signed in to change notification settings - Fork 500
Open
Description
Hi guys,
Is it possible to have custom headers for Brotli or Gzip compression?
something that can be set through settings.json or through the settings UI like :
{
"liveServer.settings.headers": [
"/public/webgl/.data.br": {
"Content-Encoding": "br",
"Content-Type": "application/octet-stream"
},
"/public/webgl/.js.br": {
"Content-Encoding": "br",
"Content-Type": "application/javascript"
},
"/public/webgl/*.wasm.br": {
"Content-Encoding": "br",
"Content-Type": "application/wasm"
}
]
}
Metadata
Metadata
Assignees
Labels
No labels