19 declare(strict_types=1);
42 ?array $allowed_tags =
null,
43 ?
string $cache_directory =
null,
48 $this->create_config = $create_config ?? HTMLPurifier_Config::createDefault(...);
55 $config->set(
'HTML.DefinitionID',
'ilias termsofservice document');
56 $config->set(
'HTML.DefinitionRev', 1);
57 $config->set(
'HTML.TargetBlank',
true);
58 $config->set(
'Cache.SerializerPath', $this->cache_directory);
59 $config->set(
'HTML.Doctype',
'XHTML 1.0 Strict');
67 $config->set(
'HTML.ForbiddenAttributes',
'div@style');
69 if (($def = $config->maybeGetRawHTMLDefinition()) !==
null) {
70 $def->addAttribute(
'a',
'target',
'Enum#_blank,_self,_target,_top');
__construct(?array $allowed_tags=null, ?string $cache_directory=null, ?Closure $create_config=null)
static _getCacheDirectory()
makeElementListTinyMceCompliant(array $elements)
readonly array $allowed_tags
removeUnsupportedElements(array $elements)
Removes all unsupported elements.
getPurifierConfigInstance()
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
readonly Closure $create_config
__construct(Container $dic, ilPlugin $plugin)
readonly string $cache_directory
static _getUsedHTMLTags(string $a_module="")
Returns an array of all allowed HTML tags for text editing.