allow some table styling

This commit is contained in:
Athou
2013-05-17 15:57:56 +02:00
parent 48098219c7
commit 680b0551fc

View File

@@ -33,6 +33,10 @@ public class FeedUtils {
whitelist.addTags("iframe");
whitelist.addAttributes("iframe", "src", "height", "width",
"allowfullscreen", "frameborder");
whitelist.addAttributes("table", "border", "bordercolor");
whitelist.addAttributes("th", "border", "bordercolor");
whitelist.addAttributes("td", "border", "bordercolor");
content = Jsoup.clean(content, baseUri, whitelist,
new OutputSettings().escapeMode(EscapeMode.base)