diff --git a/lib/helpers/parse.js b/lib/helpers/parse.js index 6bf9fe0b6..65c8932ad 100644 --- a/lib/helpers/parse.js +++ b/lib/helpers/parse.js @@ -22,6 +22,7 @@ export const configuredXss = new xss.FilterXSS({ th: [...xss.whiteList.th, 'style'], picture: [], source: ['media', 'sizes', 'src', 'srcset', 'type'], + p: [...xss.whiteList.p, 'style'], }, css: { whiteList: {