diff --git a/_to_delete/csp_test.html b/_to_delete/csp_test.html
new file mode 100644
index 0000000..feaaea5
--- /dev/null
+++ b/_to_delete/csp_test.html
@@ -0,0 +1,63 @@
+
+
+
+
+
+
+
+
+running...
+
+
+
+
+
diff --git a/scripts/fetch_frontend_assets.sh b/scripts/fetch_frontend_assets.sh
index f826668..9ea988b 100644
--- a/scripts/fetch_frontend_assets.sh
+++ b/scripts/fetch_frontend_assets.sh
@@ -21,12 +21,14 @@ npm init -y >/dev/null
npm install --no-audit --no-fund \
xterm@5 \
xterm-addon-fit@0.8 \
+ xterm-addon-canvas@0.5 \
guacamole-common-js@1.5
echo "==> Kopiere Dist-Dateien nach $VENDOR_DIR"
cp node_modules/xterm/lib/xterm.js "$VENDOR_DIR/xterm.js"
cp node_modules/xterm/css/xterm.css "$VENDOR_DIR/xterm.css"
cp node_modules/xterm-addon-fit/lib/xterm-addon-fit.js "$VENDOR_DIR/xterm-addon-fit.js"
+cp node_modules/xterm-addon-canvas/lib/xterm-addon-canvas.js "$VENDOR_DIR/xterm-addon-canvas.js"
# guacamole-common-js liefert nur ESM/CJS-Builds aus, keinen fertigen
# Browser-Global-Build. Fuer die Einbindung per klassischem
+