diff --git a/phpmyfaq/src/phpMyFAQ/Helper/FaqHelper.php b/phpmyfaq/src/phpMyFAQ/Helper/FaqHelper.php index d3a7f00820..17ed4a7515 100644 --- a/phpmyfaq/src/phpMyFAQ/Helper/FaqHelper.php +++ b/phpmyfaq/src/phpMyFAQ/Helper/FaqHelper.php @@ -227,7 +227,7 @@ public function cleanUpContent(string $content): string { $htmlSanitizer = new HtmlSanitizer( (new HtmlSanitizerConfig()) - ->withMaxInputLength(100000) + ->withMaxInputLength(200000) ->allowSafeElements() ->allowRelativeLinks() ->allowStaticElements()