mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 17:43:18 +02:00
Remove relative links
This commit is contained in:
@@ -2520,6 +2520,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
}
|
||||
|
||||
HtmlHelper.cleanup(document);
|
||||
HtmlHelper.removeRelativeLinks(document);
|
||||
|
||||
// Check for inline encryption
|
||||
boolean iencrypted = HtmlHelper.contains(document, new String[]{
|
||||
|
||||
Reference in New Issue
Block a user