mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Improved handling of secure message <style> CSS class names
This commit is contained in:
parent
64818025e8
commit
5105f6d4c1
3 changed files with 22 additions and 19 deletions
|
|
@ -25,9 +25,7 @@ import { LanguageStore } from 'Stores/Language';
|
|||
import Remote from 'Remote/User/Fetch';
|
||||
|
||||
const
|
||||
msgHtml = msg => cleanHtml(msg.html(), msg.attachments(),
|
||||
SettingsUserStore.allowStyles() ? '#rl-msg-' + msg.hash : ''
|
||||
),
|
||||
msgHtml = msg => cleanHtml(msg.html(), msg.attachments(), '#rl-msg-' + msg.hash),
|
||||
|
||||
toggleTag = (message, keyword) => {
|
||||
const lower = keyword.toLowerCase(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue