Files
Safihre c8ce7cc800 Render script log output as plain text to prevent XSS
`$.load()` interprets fetched content as HTML, which could allow malicious script execution if the script log output is untrusted.

This change switches to fetching the log content via `$.get()` and inserting it as plain text using `$.text()`, ensuring that any markup is displayed safely without execution.
2026-09-15 15:45:44 +02:00
..