Added checking block lists

This commit is contained in:
M66B
2021-07-01 09:19:59 +02:00
parent 302f34ec44
commit 67fb582a3a
5 changed files with 70 additions and 14 deletions

View File

@@ -108,7 +108,7 @@ public class ActivityDSN extends ActivityBase {
bos.write(buffer, 0, length);
String headers = MessageHelper.decodeMime(bos.toString(StandardCharsets.UTF_8.name()));
result.headers = HtmlHelper.highlightHeaders(context, headers);
result.headers = HtmlHelper.highlightHeaders(context, headers, false);
}
return result;