Explorar o código

fix: allow highlight color (#1365)

alancnet %!s(int64=5) %!d(string=hai) anos
pai
achega
73da73a595
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      server/modules/rendering/html-security/renderer.js

+ 1 - 0
server/modules/rendering/html-security/renderer.js

@@ -19,6 +19,7 @@ module.exports = {
           h6: ['class', 'id', 'style'],
           img: ['alt', 'class', 'draggable', 'height', 'src', 'style', 'width'],
           li: ['class', 'style'],
+          mark: ['class', 'style'],
           ol: ['class', 'style'],
           p: ['class', 'style'],
           path: ['d', 'style'],