mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 23:15:57 +00:00
move HTMLPurifier cache inside CACHE_DIR/htmlpurifier
This commit is contained in:
@@ -120,6 +120,7 @@
|
||||
@$config->set('HTML', 'Allowed', $allowed);
|
||||
$config->set('Output.FlashCompat', true);
|
||||
$config->set('Attr.EnableID', true);
|
||||
$config->set('Cache', 'SerializerPath', CACHE_DIR . "/htmlpurifier");
|
||||
|
||||
$purifier = new HTMLPurifier($config);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user