do not filter chat message content with xss-middleware

This commit is contained in:
Ulf Gebhardt 2023-07-19 12:13:49 +02:00
parent 6acdde177f
commit 256bcc2af7
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -3,7 +3,7 @@ import { cleanHtml } from '../middleware/helpers/cleanHtml'
// exclamation mark separetes field names, that should not be sanitized
const fields = [
'content',
'content!message',
'contentExcerpt',
'reasonDescription',
'description!embed',