mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
fix(sanitizer): allow <hr> tags
This commit is contained in:
parent
fc3c4873e5
commit
5549f75dd7
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ var (
|
|||
"h4": {"id"},
|
||||
"h5": {"id"},
|
||||
"h6": {"id"},
|
||||
"hr": {},
|
||||
"iframe": {"width", "height", "frameborder", "src", "allowfullscreen"},
|
||||
"img": {"alt", "title", "src", "srcset", "sizes", "width", "height"},
|
||||
"ins": {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue