mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
let everything settle a little while longer
This commit is contained in:
@@ -62,7 +62,7 @@ public class FeedUtils {
|
||||
return string;
|
||||
}
|
||||
|
||||
private static Whitelist buildWhiteList() {
|
||||
private static synchronized Whitelist buildWhiteList() {
|
||||
Whitelist whitelist = new Whitelist();
|
||||
whitelist.addTags("a", "b", "blockquote", "br", "caption", "cite", "code", "col", "colgroup", "dd", "div", "dl", "dt", "em", "h1",
|
||||
"h2", "h3", "h4", "h5", "h6", "i", "iframe", "img", "li", "ol", "p", "pre", "q", "small", "strike", "strong", "sub", "sup",
|
||||
|
||||
Reference in New Issue
Block a user