1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-26 17:57:16 +00:00

Chrome defaults

This commit is contained in:
M66B 2020-02-09 15:04:35 +01:00
parent ac36f1b228
commit 619375a6ec

View file

@ -257,6 +257,7 @@ public class HtmlHelper {
boolean display_hidden = prefs.getBoolean("display_hidden", false);
boolean disable_tracking = prefs.getBoolean("disable_tracking", true);
// https://chromium.googlesource.com/chromium/blink/+/master/Source/core/css/html.css
Document parsed = JsoupEx.parse(html);
// <!--[if ...]><!--> ... <!--<![endif]-->