You've already forked AstralRinth
forked from didirus/AstralRinth
Support HTML image maps (#1118)
This commit is contained in:
@@ -14,7 +14,9 @@ export const configuredXss = new xss.FilterXSS({
|
|||||||
kbd: ['id'],
|
kbd: ['id'],
|
||||||
input: ['checked', 'disabled', 'type'],
|
input: ['checked', 'disabled', 'type'],
|
||||||
iframe: ['width', 'height', 'allowfullscreen', 'frameborder', 'start', 'end'],
|
iframe: ['width', 'height', 'allowfullscreen', 'frameborder', 'start', 'end'],
|
||||||
img: [...xss.whiteList.img, 'style'],
|
img: [...xss.whiteList.img, 'style', 'usemap'],
|
||||||
|
map: ['name'],
|
||||||
|
area: [...xss.whiteList.a, 'coords'],
|
||||||
a: [...xss.whiteList.a, 'rel'],
|
a: [...xss.whiteList.a, 'rel'],
|
||||||
},
|
},
|
||||||
css: {
|
css: {
|
||||||
|
|||||||
Reference in New Issue
Block a user