diff --git a/src/util/inputSanitizer.js b/src/util/inputSanitizer.js index 86598749a..974260d81 100644 --- a/src/util/inputSanitizer.js +++ b/src/util/inputSanitizer.js @@ -7,7 +7,7 @@ const InputSanitizer = function () { var relaxedOptions = { allowedTags: ['b', 'i', 'em', 'strong', 'a', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'li', 'ul', 'br', 'p', 'u'], allowedAttributes: { - a: ['href'], + a: ['href', 'target', 'rel'], }, }