mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-06-25 16:20:16 +02:00
parent
5a76895105
commit
4751df692d
@ -97,7 +97,7 @@ class Zend_View_Helper_PluginOutput extends Zend_View_Helper_Abstract
|
|||||||
|
|
||||||
$config = HTMLPurifier_Config::createDefault();
|
$config = HTMLPurifier_Config::createDefault();
|
||||||
$config->set('Core.EscapeNonASCIICharacters', true);
|
$config->set('Core.EscapeNonASCIICharacters', true);
|
||||||
$config->set('HTML.Allowed', 'p,br,b,a[href],i,table,tr,td[colspan],div[class]');
|
$config->set('HTML.Allowed', 'p,br,b,a[href],i,table,tr,td[colspan],div,*[class]');
|
||||||
// This avoids permission problems:
|
// This avoids permission problems:
|
||||||
// $config->set('Core.DefinitionCache', null);
|
// $config->set('Core.DefinitionCache', null);
|
||||||
$config->set('Cache.DefinitionImpl', null);
|
$config->set('Cache.DefinitionImpl', null);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user