mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 07:04:45 -04:00
Support kbd tag
This commit is contained in:
parent
175f571a36
commit
c509abbc39
3 changed files with 16 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
var whiteListTag = ['style', '!--'];
|
||||
var whiteListTag = ['style', '!--', 'kbd'];
|
||||
var whiteListAttr = ['id', 'class', 'style'];
|
||||
|
||||
var filterXSSOptions = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue