mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-01 13:16:23 +00:00
fix(mail): remove onpointerrawupdate event handler from HTML messages
Fixes #4979
This commit is contained in:
@@ -541,6 +541,7 @@ _xmlCharsetForCharset (NSString *charset)
|
||||
[name isEqualToString: @"onmouseout"] ||
|
||||
[name isEqualToString: @"onmouseup"] ||
|
||||
[name isEqualToString: @"onmouseover"] ||
|
||||
[name isEqualToString: @"onpointerrawupdate"] ||
|
||||
|
||||
// Keyboard Events
|
||||
[name isEqualToString: @"onkeydown"] ||
|
||||
|
||||
Reference in New Issue
Block a user