mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 17:57:16 +00:00
Chrome defaults
This commit is contained in:
parent
ac36f1b228
commit
619375a6ec
1 changed files with 1 additions and 0 deletions
|
@ -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]-->
|
||||
|
|
Loading…
Reference in a new issue