mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 18:19:22 +03:00
Fix OpenPgp functionality (1.6.7.140 bug)
This commit is contained in:
parent
484271bb69
commit
c82a897582
2 changed files with 4 additions and 3 deletions
|
|
@ -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))
|
||||||
|
|
|
||||||
|
|
@ -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' => '',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue