mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 14:46:31 +02:00
Debug: styles
This commit is contained in:
@@ -567,6 +567,8 @@ public class HtmlHelper {
|
||||
safelist.addTags("center").addAttributes(":all", "align");
|
||||
if (!view)
|
||||
safelist.addProtocols("img", "src", "content");
|
||||
if (BuildConfig.DEBUG)
|
||||
safelist.addAttributes(":all", "x-computed");
|
||||
|
||||
final Document document = new Cleaner(safelist).clean(parsed);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user