We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a50dc commit 4832fc5Copy full SHA for 4832fc5
backend/app/Services/Infrastructure/HtmlPurifier/HtmlPurifierService.php
@@ -22,6 +22,6 @@ public function purify(?string $html): string
22
$config = HTMLPurifier_Config::createDefault();
23
$config->set('Cache.SerializerPath', base_path('storage/framework/cache'));
24
25
- return $this->htmlPurifier->purify($html);
+ return $this->htmlPurifier->purify($html, $config);
26
}
27
0 commit comments