1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-17 03:51:06 +01:00

Fix ckeditor img base64

This commit is contained in:
Thomas Zilio 2019-09-13 16:19:06 +02:00
parent 0359a778c2
commit 4a61503064

View File

@ -160,6 +160,7 @@ class Filter
//$config->set('Cache.SerializerPath', realpath(__DIR__.'/cache/HTMLPurifier'));
$config->set('Cache.DefinitionImpl', null);
$config->set('URI.AllowedSchemes', ['data' => true]);
self::$purifier = new \HTMLPurifier($config);
}