mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
@@ -351,9 +351,9 @@ public class ActivityCode extends ActivityBase {
|
||||
|
||||
if (sanitize) {
|
||||
List<CSSStyleSheet> sheets =
|
||||
HtmlSanitize.parseStyles(d.head().select("style"));
|
||||
HtmlHelper.parseStyles(d.head().select("style"));
|
||||
for (Element element : d.select("*")) {
|
||||
String computed = HtmlSanitize.processStyles(context,
|
||||
String computed = HtmlHelper.processStyles(context,
|
||||
element.tagName(),
|
||||
element.className(),
|
||||
element.attr("style"),
|
||||
|
||||
Reference in New Issue
Block a user