Skip to content

Commit cc2210f

Browse files
committed
Merge branch '3.2'
2 parents 0fd9d16 + d0d66bb commit cc2210f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpmyfaq/src/phpMyFAQ/Helper/FaqHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ public function cleanUpContent(string $content): string
227227
{
228228
$htmlSanitizer = new HtmlSanitizer(
229229
(new HtmlSanitizerConfig())
230-
->withMaxInputLength(100000)
230+
->withMaxInputLength(200000)
231231
->allowSafeElements()
232232
->allowRelativeLinks()
233233
->allowStaticElements()

0 commit comments

Comments
 (0)