Fix OpenPgp functionality (1.6.7.140 bug)

This commit is contained in:
RainLoop Team 2014-07-16 11:40:27 +04:00
parent 484271bb69
commit c82a897582
2 changed files with 4 additions and 3 deletions

View file

@ -190,7 +190,8 @@ class HtmlUtils
{ {
// skip // skip
} }
else */if (\in_array($sName, array('behavior', 'cursor')) || else */if (\in_array($sName, array('behavior', 'pointer-events')) ||
('cursor' === $sName && !\in_array(\strtolower($sValue), array('none', 'cursor'))) ||
('display' === $sName && 'none' === \strtolower($sValue)) || ('display' === $sName && 'none' === \strtolower($sValue)) ||
\preg_match('/expression/i', $sValue) || \preg_match('/expression/i', $sValue) ||
('text-indent' === $sName && '-' === \substr(trim($sValue), 0, 1)) ('text-indent' === $sName && '-' === \substr(trim($sValue), 0, 1))

View file

@ -1014,7 +1014,7 @@ class Actions
'Version' => APP_VERSION, 'Version' => APP_VERSION,
'Auth' => false, 'Auth' => false,
'AccountHash' => '', 'AccountHash' => '',
'StaticPrefix' => 'rainloop/v/' + APP_VERSION + '/static/', 'StaticPrefix' => 'rainloop/v/'.APP_VERSION.'/static/',
'AccountSignMe' => false, 'AccountSignMe' => false,
'AuthAccountHash' => '', 'AuthAccountHash' => '',
'MailToEmail' => '', 'MailToEmail' => '',