mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-06 21:05:38 +01:00
Allow all link protocols
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user