1
0
Fork 0
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:
Frédéric Guillot 2024-12-27 13:51:22 -08:00
parent fc3c4873e5
commit 5549f75dd7

View file

@ -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": {},