From f221425a898401bdfd5b7ed9fb1489d87aa6c213 Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Tue, 15 Jul 2025 00:43:18 +0200 Subject: [PATCH] Recursively escape disallowed html tags in manga and tracker descriptions In case there the description contained something like "", it was sanitized to " - {parseHtml(sanitizeHtml(description, { disallowedTagsMode: 'escape' }))} + {parseHtml(sanitizeHtml(description, { disallowedTagsMode: 'recursiveEscape' }))} { {summary.length && ( - {parseHtml(sanitizeHtml(summary, { disallowedTagsMode: 'escape' }))} + {parseHtml(sanitizeHtml(summary, { disallowedTagsMode: 'recursiveEscape' }))} )}