Describe the bug
A couple of the web UI's dependencies are loaded via jsdelivr URLs, but could/should be loaded from the deployment instead (which will ensure that the version matches the dependency version, that dependency scanning tools can accurately report on it and that any filtering of jsdelivr.net does not interfere with loading the dependency).
- diff2html:
|
<link |
|
rel="stylesheet" |
|
type="text/css" |
|
href="https://cdn.jsdelivr.net/npm/diff2html/bundles/css/diff2html.min.css" |
|
/> |
-
- chartist
Describe the bug
A couple of the web UI's dependencies are loaded via jsdelivr URLs, but could/should be loaded from the deployment instead (which will ensure that the version matches the dependency version, that dependency scanning tools can accurately report on it and that any filtering of jsdelivr.net does not interfere with loading the dependency).
git-proxy/index.html
Lines 51 to 55 in ecd6161
git-proxy/package.json
Line 97 in ecd6161