mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
don't encode all html entities (#46)
This commit is contained in:
@@ -110,7 +110,7 @@ public class FeedUpdateService {
|
|||||||
"allowfullscreen", "frameborder");
|
"allowfullscreen", "frameborder");
|
||||||
|
|
||||||
content = Jsoup.clean(content, "", whitelist,
|
content = Jsoup.clean(content, "", whitelist,
|
||||||
new OutputSettings().escapeMode(EscapeMode.extended));
|
new OutputSettings().escapeMode(EscapeMode.base));
|
||||||
}
|
}
|
||||||
return content;
|
return content;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user