Sfoglia il codice sorgente

fix: allow the `<u>` tag in feeds

jvoisin 1 anno fa
parent
commit
5353211206
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      internal/reader/sanitizer/sanitizer.go

+ 1 - 0
internal/reader/sanitizer/sanitizer.go

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