Skip to content

Commit

Permalink
Merge branch '3.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Sep 28, 2023
2 parents 0fd9d16 + d0d66bb commit cc2210f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpmyfaq/src/phpMyFAQ/Helper/FaqHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ public function cleanUpContent(string $content): string
{
$htmlSanitizer = new HtmlSanitizer(
(new HtmlSanitizerConfig())
->withMaxInputLength(100000)
->withMaxInputLength(200000)
->allowSafeElements()
->allowRelativeLinks()
->allowStaticElements()
Expand Down

0 comments on commit cc2210f

Please sign in to comment.