1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-05-28 10:13:11 +00:00

[Web] escape HTML in sieve filter edit view and queue manager

This commit is contained in:
FreddleSpl0it
2026-05-12 08:31:51 +02:00
parent d42c3823c4
commit 33547d1d73
2 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
<div class="row mb-4">
<label class="control-label col-sm-2" for="script_data">Script:</label>
<div class="col-sm-10">
<textarea spellcheck="false" autocorrect="off" autocapitalize="none" class="form-control textarea-code" rows="20" id="script_data" name="script_data" required>{{ result.script_data|raw }}</textarea>
<textarea spellcheck="false" autocorrect="off" autocapitalize="none" class="form-control textarea-code" rows="20" id="script_data" name="script_data" required>{{ result.script_data }}</textarea>
</div>
</div>
<div class="row mb-2">