]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit
markdown: extend blocked tags in sanitizer
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 4 Jul 2021 18:32:37 +0000 (20:32 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 4 Jul 2021 18:52:56 +0000 (20:52 +0200)
commit1d3d61ead98141ce80bbbc4645bf34eac572b194
treec3239b4d5cb6aa3bebf52c49d99db4671202aba8
parentf2c4f9bdc2465b10aa3554c12efef7371331b7a9
markdown: extend blocked tags in sanitizer

not all of those are really problematic, but it's always easier to
start out stricter than required and see if any user even would use
those.

It seems that we should probably switch to a white-list approach...

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/Parser.js