Disabled DNSSEC for Play Store release

master
M66B 3 weeks ago
parent b04a7873cd
commit 02882a953e

@ -461,6 +461,8 @@ public class DnsHelper {
}
static boolean hasDnsSec() {
if (BuildConfig.PLAY_STORE_RELEASE)
return false;
// DNSSEC causes crashes in libc
return (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O);
}

Loading…
Cancel
Save