mirror of https://github.com/M66B/FairEmail.git
Removed browserconfig support
This commit is contained in:
parent
3b1ba8cd7b
commit
6a659a96ea
|
@ -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)
|
// 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) {
|
if (imgs.size() == 0 || BuildConfig.DEBUG) {
|
||||||
String cfg = "/browserconfig.xml";
|
String cfg = "/browserconfig.xml";
|
||||||
Element meta = doc.head().select("meta[name=msapplication-config]").first();
|
Element meta = doc.head().select("meta[name=msapplication-config]").first();
|
||||||
|
@ -696,6 +697,7 @@ public class ContactInfo {
|
||||||
Log.w(ex);
|
Log.w(ex);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
String host = base.getHost();
|
String host = base.getHost();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue