Skip to content

Commit

Permalink
add mark for exemption
Browse files Browse the repository at this point in the history
  • Loading branch information
tamlok committed Jul 8, 2024
1 parent 3477469 commit b2fb5b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/data/extra/web/js/markdownit.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ class MarkdownIt extends VxWorker {
this.mdit.use(window.markdownItXSS, {
whiteList: {
input: ["class", "disabled", "type", "checked"],
mark: ["class"],
}
});
});
Expand Down

0 comments on commit b2fb5b1

Please sign in to comment.