Skip to content

Commit

Permalink
fix: allow the <u> tag in feeds
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoisin authored and fguillot committed Mar 7, 2025
1 parent 999ab0d commit 5353211
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/reader/sanitizer/sanitizer.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ var (
"thead": {},
"time": {"datetime"},
"tr": {},
"u": {},
"ul": {"id"},
"var": {},
"video": {"poster", "height", "width", "src"},
Expand Down

0 comments on commit 5353211

Please sign in to comment.