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:
parent
0359a778c2
commit
4a61503064
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user