Allow all link protocols

pull/194/head
M66B 4 years ago
parent 5d5ae3a1da
commit e21e3fc8cb

@ -434,8 +434,7 @@ public class HtmlHelper {
.removeAttributes("th", "colspan", "rowspan", "width")
.addProtocols("img", "src", "cid")
.addProtocols("img", "src", "data")
.removeProtocols("a", "href", "ftp")
.addProtocols("a", "href", "full", "xmpp", "geo", "tel");
.removeTags("a").addAttributes("a", "href", "title");
if (text_color)
whitelist.addAttributes("font", "color");
if (text_size)

Loading…
Cancel
Save