From 23a5fb342f76b24fbc83fdca2b46db73aa6c0aff Mon Sep 17 00:00:00 2001 From: Gamosoft Date: Tue, 3 Mar 2026 09:27:01 +0100 Subject: [PATCH] html sanitization to avoid XSS --- backend/export.py | 10 ++++++++-- frontend/app.js | 5 +++++ frontend/index.html | 3 +++ 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/backend/export.py b/backend/export.py index 7833f3a..1020bb3 100644 --- a/backend/export.py +++ b/backend/export.py @@ -341,6 +341,9 @@ def generate_export_html( + + + + + +