forked from extern/egroupware
Accept mail externalImages with long url
This commit is contained in:
parent
cb991f1243
commit
f62ff90444
@ -391,7 +391,7 @@ function hl_email_tag_transform($element, $attribute_array=0)
|
|||||||
// $GLOBALS['egw_info']['user']['preferences']['mail']['allowExternalIMGs'] ? '' : 'match' => '/^cid:.*/'),
|
// $GLOBALS['egw_info']['user']['preferences']['mail']['allowExternalIMGs'] ? '' : 'match' => '/^cid:.*/'),
|
||||||
if (isset($attribute_array['src']))
|
if (isset($attribute_array['src']))
|
||||||
{
|
{
|
||||||
if (!(strlen($attribute_array['src'])>4 && strlen($attribute_array['src'])<400))
|
if (!(strlen($attribute_array['src'])>4 && strlen($attribute_array['src'])<800))
|
||||||
{
|
{
|
||||||
$attribute_array['alt']= $attribute_array['alt'].' [blocked (reason: url length):'.$attribute_array['src'].']';
|
$attribute_array['alt']= $attribute_array['alt'].' [blocked (reason: url length):'.$attribute_array['src'].']';
|
||||||
if (!isset($attribute_array['title'])) $attribute_array['title']=$attribute_array['alt'];
|
if (!isset($attribute_array['title'])) $attribute_array['title']=$attribute_array['alt'];
|
||||||
|
Loading…
Reference in New Issue
Block a user