let everything settle a little while longer

This commit is contained in:
Athou
2014-03-03 12:42:16 +01:00
parent 63ec92038c
commit a5f7b56bf2
3 changed files with 3 additions and 3 deletions

View File

@@ -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",