1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-06 17:41:00 +00:00

fix: allow the <u> tag in feeds

This commit is contained in:
jvoisin 2025-03-06 18:16:22 +01:00
parent 3b8ac8b16a
commit 492074a7f7

View file

@ -71,6 +71,7 @@ var (
"thead": {}, "thead": {},
"time": {"datetime"}, "time": {"datetime"},
"tr": {}, "tr": {},
"u": {},
"ul": {"id"}, "ul": {"id"},
"var": {}, "var": {},
"video": {"poster", "height", "width", "src"}, "video": {"poster", "height", "width", "src"},