Unverified Commit fba9e005 authored by Nicolas Giard's avatar Nicolas Giard Committed by GitHub

fix: allow figcaption in xss module

parent df933f5d
......@@ -12,6 +12,7 @@ module.exports = {
details: ['class', 'style'],
div: ['class', 'id', 'style'],
em: ['class', 'style'],
figcaption: ['class', 'style'],
figure: ['class', 'style'],
h1: ['class', 'id', 'style'],
h2: ['class', 'id', 'style'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment