From 1398e8911a1e5c0e0f9b6ac4b0e8def23f389446 Mon Sep 17 00:00:00 2001 From: "Torsten Schulz (local)" Date: Wed, 11 Mar 2026 00:06:42 +0100 Subject: [PATCH] feat(clickTtHttpPageRoutes, ClickTtView): enhance script injection for improved HTML handling - Added checks to inject the navigation script into the or of HTML responses, ensuring proper script placement for enhanced functionality. - Updated ClickTtView to include a reference for the iframe, improving access to the iframe element for future interactions. - Enhanced overall HTML processing during proxy interactions, contributing to a more robust user experience. --- backend/routes/clickTtHttpPageRoutes.js | 8 ++++++++ frontend/src/views/ClickTtView.vue | 4 ++++ 2 files changed, 12 insertions(+) diff --git a/backend/routes/clickTtHttpPageRoutes.js b/backend/routes/clickTtHttpPageRoutes.js index 6a839a2f..3aa55367 100644 --- a/backend/routes/clickTtHttpPageRoutes.js +++ b/backend/routes/clickTtHttpPageRoutes.js @@ -329,6 +329,14 @@ function injectProxyNavigationScript(html, proxyBaseUrl, pageBaseUrl, sid) { ].join(''); const script = `