Remove manual allow details tag since default already allow it
Signed-off-by: Max Wu <jackymaxj@gmail.com>
This commit is contained in:
parent
912cce2b40
commit
711a11ce23
1 changed files with 1 additions and 3 deletions
|
@ -19,9 +19,7 @@ whiteList['style'] = []
|
|||
whiteList['kbd'] = []
|
||||
// allow ifram tag with some safe attributes
|
||||
whiteList['iframe'] = ['allowfullscreen', 'name', 'referrerpolicy', 'sandbox', 'src', 'width', 'height']
|
||||
// allow details tag
|
||||
whiteList['details'] = []
|
||||
// allow summary tag for details
|
||||
// allow summary tag
|
||||
whiteList['summary'] = []
|
||||
// allow ruby tag
|
||||
whiteList['ruby'] = []
|
||||
|
|
Loading…
Reference in a new issue