Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Brotli/GZip support #431

Open
zkkzkk32312 opened this issue Jun 13, 2024 · 0 comments
Open

Brotli/GZip support #431

zkkzkk32312 opened this issue Jun 13, 2024 · 0 comments

Comments

@zkkzkk32312
Copy link

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"
}
]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant