Serving static files from a CDN #516
Unanswered
dor-itzhaki
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking for a simple way to instruct openvscode-server to load static files (js, css, etc...) from an external CDN.
As a hack, i can manipulate the code in
workbench.html
to fetch from the CDN url + modify the CSP directives inwebClientServer.ts
, then build from sources.But, is there a more elegant way to do it, preferably using the release version and some config ?
Beta Was this translation helpful? Give feedback.
All reactions