mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
Removed browserconfig support
This commit is contained in:
parent
3b1ba8cd7b
commit
6a659a96ea
1 changed files with 2 additions and 0 deletions
|
@ -642,6 +642,7 @@ public class ContactInfo {
|
|||
}
|
||||
|
||||
// https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/platform-apis/dn320426(v=vs.85)
|
||||
/*
|
||||
if (imgs.size() == 0 || BuildConfig.DEBUG) {
|
||||
String cfg = "/browserconfig.xml";
|
||||
Element meta = doc.head().select("meta[name=msapplication-config]").first();
|
||||
|
@ -696,6 +697,7 @@ public class ContactInfo {
|
|||
Log.w(ex);
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
String host = base.getHost();
|
||||
|
||||
|
|
Loading…
Reference in a new issue