Skip to content

Commit d0d66bb

Browse files
committed
fix: allow more characters if images are embedded
1 parent 692b156 commit d0d66bb

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
@@ -243,7 +243,7 @@ public function cleanUpContent(string $content): string
243243
{
244244
$htmlSanitizer = new HtmlSanitizer(
245245
(new HtmlSanitizerConfig())
246-
->withMaxInputLength(100000)
246+
->withMaxInputLength(200000)
247247
->allowSafeElements()
248248
->allowRelativeLinks()
249249
->allowStaticElements()

0 commit comments

Comments
 (0)