Files
TwitchDropsMiner/web
Keno Medenbach 081b32d027 fix(frontend): replace innerHTML with DOM API to prevent XSS (#41)
* fix(frontend): replace innerHTML with DOM API to prevent XSS

Replace all non-clearing .innerHTML assignments in app.js with safe DOM
construction using makeElement() and replaceChildren().

* fix frontend DOM rendering regressions

---------

Co-authored-by: Fengqing Liu <fq_aaron@hotmail.com>
2026-04-29 15:06:41 +10:00
..
2025-12-15 09:43:43 +11:00