forked from extern/egroupware
commit of external image link length patch provided by christian binder.
This commit is contained in:
parent
b6a65d1d6a
commit
6ed49e02bb
@ -951,7 +951,7 @@
|
|||||||
);
|
);
|
||||||
$this->kses->AddHTML(
|
$this->kses->AddHTML(
|
||||||
'img',array(
|
'img',array(
|
||||||
"src" => array("minlen" => 4, 'maxlen' => 60, $GLOBALS['egw_info']['user']['preferences']['felamimail']['allowExternalIMGs'] ? '' : 'match' => '/^cid:.*/'),
|
"src" => array("minlen" => 4, 'maxlen' => 200, $GLOBALS['egw_info']['user']['preferences']['felamimail']['allowExternalIMGs'] ? '' : 'match' => '/^cid:.*/'),
|
||||||
"align" => array("minlen" => 1),
|
"align" => array("minlen" => 1),
|
||||||
"border" => array('maxlen' => 30),
|
"border" => array('maxlen' => 30),
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user