Open k4mus opened 2 years ago
issue start with version 7.4.4 to fix: xss security
lib/shared/Configurator.js
div.innerHTML = util.xss(name);
fix in version 7.4.7 by adding an new option :
xss: {
disabled: true,
},
or by set whitelist
xss: {
disabled: false,
filterOptions: {
whiteList: { p: ['class', 'data-from-template'], div: 'class' },
},
},
This issue should be close
this example doesn't work anymore. its an timeline with progress bar. looks like a problem with the css.
please letme know how to fix. thanks
https://visjs.github.io/vis-timeline/examples/timeline/items/visibleFrameTemplateContent.html